File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
46
46
PACKAGECLOUD_REPO="cs50/repo"
47
47
48
48
# Deploy deb to ubuntu repos
49
- UBUNTU_REPOS=( xenial yakkety zesty artful bionic cosmic disco eoan focal groovy hirsute impish jammy kinetic lunar )
49
+ UBUNTU_REPOS=( xenial yakkety zesty artful bionic cosmic disco eoan focal groovy hirsute impish jammy kinetic lunar noble )
50
50
for repo in "${UBUNTU_REPOS[@]}"; do
51
51
package_cloud push "$PACKAGECLOUD_REPO"/ubuntu/"$repo" ${PWD}/artifacts/*.deb
52
52
done
53
53
54
54
# Deploy rpm to fedora repos
55
- for repo in $(seq 28 38 ); do
55
+ for repo in $(seq 28 40 ); do
56
56
package_cloud push "$PACKAGECLOUD_REPO"/fedora/"$repo" ${PWD}/artifacts/*.rpm
57
57
done
58
58
env :
Original file line number Diff line number Diff line change 1
- VERSION := 11.0.2
1
+ VERSION := 11.0.3
2
2
MAJOR_VERSION := $(shell echo $(VERSION ) | cut -d'.' -f1)
3
3
4
4
# installation directory (/usr/local by default)
You can’t perform that action at this time.
0 commit comments