Skip to content

Commit 19a495b

Browse files
authored
Merge pull request #889 from StackStorm/focal
Add Focal to builds
2 parents 6176736 + 9f81eb5 commit 19a495b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 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
13+
DEB: xenial bionic focal
1414
RPM: el7 el8
1515
ST2_VERSION: "3.5dev"
1616
ST2_HOST: localhost
@@ -137,14 +137,15 @@ jobs:
137137
paths:
138138
- xenial
139139
- bionic
140+
- focal
140141
- el7
141142
- el8
142143
deploy:
143144
docker:
144145
- image: ruby:2.6.3
145146
environment:
146147
ARTIFACTS: /home/circleci/artifacts
147-
DISTROS: xenial bionic el7 el8
148+
DISTROS: xenial bionic focal el7 el8
148149
steps:
149150
- checkout
150151
- attach_workspace:

0 commit comments

Comments
 (0)