We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a3e708 + 71f60db commit 9e72881Copy full SHA for 9e72881
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
environment:
12
DEPLOY_PACKAGES: 1
13
DEB: xenial bionic
14
- RPM: el6 el7 el8
+ RPM: el7 el8
15
ST2_HOST: localhost
16
ST2_USERNAME: admin
17
ST2_PASSWORD: 123
@@ -136,15 +136,14 @@ jobs:
136
paths:
137
- xenial
138
- bionic
139
- - el6
140
- el7
141
- el8
142
deploy:
143
docker:
144
- image: ruby:2.6.3
145
146
ARTIFACTS: /home/circleci/artifacts
147
- DISTROS: xenial bionic el6 el7 el8
+ DISTROS: xenial bionic el7 el8
148
steps:
149
- checkout
150
- attach_workspace:
0 commit comments