try different path
This commit is contained in:
parent
5dd351c14e
commit
09684d5488
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
fedora:
|
fedora:
|
||||||
script: ./test.sh
|
script: test.sh
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
@ -10,7 +10,7 @@ fedora:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
script: ./test.sh
|
script: test.sh
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
Loading…
Add table
Reference in a new issue