see where we are on ci
This commit is contained in:
parent
09684d5488
commit
c2a501e195
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
fedora:
|
fedora:
|
||||||
script: test.sh
|
script:
|
||||||
|
- pwd
|
||||||
|
- ls
|
||||||
|
- $CI_PROJECT_DIR/test.sh
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
@ -10,7 +13,10 @@ fedora:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
script: test.sh
|
script:
|
||||||
|
- pwd
|
||||||
|
- ls
|
||||||
|
- $CI_PROJECT_DIR/test.sh
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
Loading…
Reference in a new issue