We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6176736 + 9f81eb5 commit 19a495bCopy full SHA for 19a495b
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
machine: true
11
environment:
12
DEPLOY_PACKAGES: 1
13
- DEB: xenial bionic
+ DEB: xenial bionic focal
14
RPM: el7 el8
15
ST2_VERSION: "3.5dev"
16
ST2_HOST: localhost
@@ -137,14 +137,15 @@ jobs:
137
paths:
138
- xenial
139
- bionic
140
+ - focal
141
- el7
142
- el8
143
deploy:
144
docker:
145
- image: ruby:2.6.3
146
147
ARTIFACTS: /home/circleci/artifacts
- DISTROS: xenial bionic el7 el8
148
+ DISTROS: xenial bionic focal el7 el8
149
steps:
150
- checkout
151
- attach_workspace:
0 commit comments