Skip to content

Commit

Permalink
Merge pull request #892 from StackStorm/remove_xenial
Browse files Browse the repository at this point in the history
Remove xenial
  • Loading branch information
amanda11 authored May 28, 2021
2 parents d6c1dc2 + b583c92 commit 23c59e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
machine: true
environment:
DEPLOY_PACKAGES: 1
DEB: xenial bionic focal
DEB: bionic focal
RPM: el7 el8
ST2_VERSION: "3.5dev"
ST2_HOST: localhost
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
command: |
PKG_VERSION=$(node -e "console.log(require('./package.json').st2_version);")
if [ -n "$PACKAGECLOUD_TOKEN" ]; then
PKG_RELEASE=$(packagecloud.sh next-revision xenial ${PKG_VERSION} st2web)
PKG_RELEASE=$(packagecloud.sh next-revision bionic ${PKG_VERSION} st2web)
else
# is fork
PKG_RELEASE=1
Expand Down Expand Up @@ -135,7 +135,6 @@ jobs:
- persist_to_workspace:
root: /home/circleci/artifacts
paths:
- xenial
- bionic
- focal
- el7
Expand All @@ -145,7 +144,7 @@ jobs:
- image: ruby:2.6.3
environment:
ARTIFACTS: /home/circleci/artifacts
DISTROS: xenial bionic focal el7 el8
DISTROS: bionic focal el7 el8
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 23c59e6

Please sign in to comment.