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:
|
||||
script: test.sh
|
||||
script:
|
||||
- pwd
|
||||
- ls
|
||||
- $CI_PROJECT_DIR/test.sh
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
|
@ -10,7 +13,10 @@ fedora:
|
|||
DOCKER_DRIVER: overlay2
|
||||
|
||||
ubuntu:
|
||||
script: test.sh
|
||||
script:
|
||||
- pwd
|
||||
- ls
|
||||
- $CI_PROJECT_DIR/test.sh
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
Loading…
Reference in a new issue