File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1010 machine : true
1111 environment :
1212 DEPLOY_PACKAGES : 1
13- DEB : xenial bionic focal
13+ DEB : bionic focal
1414 RPM : el7 el8
1515 ST2_VERSION : " 3.5dev"
1616 ST2_HOST : localhost
4444 command : |
4545 PKG_VERSION=$(node -e "console.log(require('./package.json').st2_version);")
4646 if [ -n "$PACKAGECLOUD_TOKEN" ]; then
47- PKG_RELEASE=$(packagecloud.sh next-revision xenial ${PKG_VERSION} st2web)
47+ PKG_RELEASE=$(packagecloud.sh next-revision bionic ${PKG_VERSION} st2web)
4848 else
4949 # is fork
5050 PKG_RELEASE=1
@@ -135,7 +135,6 @@ jobs:
135135 - persist_to_workspace :
136136 root : /home/circleci/artifacts
137137 paths :
138- - xenial
139138 - bionic
140139 - focal
141140 - el7
@@ -145,7 +144,7 @@ jobs:
145144 - image : ruby:2.6.3
146145 environment :
147146 ARTIFACTS : /home/circleci/artifacts
148- DISTROS : xenial bionic focal el7 el8
147+ DISTROS : bionic focal el7 el8
149148 steps :
150149 - checkout
151150 - attach_workspace :
You can’t perform that action at this time.
0 commit comments