Skip to content

Commit 9e72881

Browse files
authored
Merge pull request #768 from amanda11/master
Remove EL6 support
2 parents 3a3e708 + 71f60db commit 9e72881

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
environment:
1212
DEPLOY_PACKAGES: 1
1313
DEB: xenial bionic
14-
RPM: el6 el7 el8
14+
RPM: el7 el8
1515
ST2_HOST: localhost
1616
ST2_USERNAME: admin
1717
ST2_PASSWORD: 123
@@ -136,15 +136,14 @@ jobs:
136136
paths:
137137
- xenial
138138
- bionic
139-
- el6
140139
- el7
141140
- el8
142141
deploy:
143142
docker:
144143
- image: ruby:2.6.3
145144
environment:
146145
ARTIFACTS: /home/circleci/artifacts
147-
DISTROS: xenial bionic el6 el7 el8
146+
DISTROS: xenial bionic el7 el8
148147
steps:
149148
- checkout
150149
- attach_workspace:

0 commit comments

Comments
 (0)