remove circle config
This commit is contained in:
parent
7ccf824ff6
commit
a1a230d5a6
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
version: 2
|
||||
|
||||
jobs:
|
||||
fedora:
|
||||
machine: true
|
||||
environment:
|
||||
DETECTED_OS: fedora:29
|
||||
DOCKER_IMAGE: cyplo/fedora29_base
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- run: ./test.sh
|
||||
|
||||
ubuntu:
|
||||
machine: true
|
||||
environment:
|
||||
DETECTED_OS: ubuntu:cosmic
|
||||
DOCKER_IMAGE: cyplo/cosmic_base
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- run: ./test.sh
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
linux:
|
||||
jobs:
|
||||
- fedora
|
||||
- ubuntu
|
Loading…
Reference in a new issue