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.
1 parent c282929 commit 4fdb77eCopy full SHA for 4fdb77e
.circleci/config.yml
@@ -8,27 +8,9 @@ jobs:
8
- run:
9
command: ./test/docker_travis_test.sh
10
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
21
- - image: oraclelinux:8
22
23
24
25
26
27
28
workflows:
29
version: 2
30
workflow:
31
jobs:
32
- fedora
33
- - el7
34
- - el8
0 commit comments