Skip to content

Commit 4fdb77e

Browse files
committed
circleci: Remove el7 & el8
We need libStorageMgmt 1.10 or later which is not available for these older distributions. Signed-off-by: Tony Asleson <[email protected]>
1 parent c282929 commit 4fdb77e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.circleci/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,9 @@ jobs:
88
- run:
99
command: ./test/docker_travis_test.sh
1010
no_output_timeout: 20m
11-
el7:
12-
docker:
13-
- image: centos:7
14-
steps:
15-
- checkout
16-
- run:
17-
command: ./test/docker_travis_test.sh
18-
no_output_timeout: 20m
19-
el8:
20-
docker:
21-
- image: oraclelinux:8
22-
steps:
23-
- checkout
24-
- run:
25-
command: ./test/docker_travis_test.sh
26-
no_output_timeout: 20m
2711

2812
workflows:
2913
version: 2
3014
workflow:
3115
jobs:
3216
- fedora
33-
- el7
34-
- el8

0 commit comments

Comments
 (0)