Skip to content

Commit

Permalink
Merge branch 'master' into dependency-clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Bourget authored Jul 8, 2020
2 parents 52d50d9 + 9e72881 commit 5ea94fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
environment:
DEPLOY_PACKAGES: 1
DEB: xenial bionic
RPM: el6 el7 el8
RPM: el7 el8
ST2_HOST: localhost
ST2_USERNAME: admin
ST2_PASSWORD: 123
Expand Down Expand Up @@ -136,15 +136,14 @@ jobs:
paths:
- xenial
- bionic
- el6
- el7
- el8
deploy:
docker:
- image: ruby:2.6.3
environment:
ARTIFACTS: /home/circleci/artifacts
DISTROS: xenial bionic el6 el7 el8
DISTROS: xenial bionic el7 el8
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 5ea94fc

Please sign in to comment.