Skip to content

Commit 23c59e6

Browse files
authored
Merge pull request #892 from StackStorm/remove_xenial
Remove xenial
2 parents d6c1dc2 + b583c92 commit 23c59e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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:

0 commit comments

Comments
 (0)