This commit is contained in:
Cyryl Płotnicki 2019-01-20 12:53:14 +00:00
parent bb9c959935
commit 5002e6407e

View file

@ -1,4 +1,6 @@
fedora: fedora:
before_script:
- apk add bash
script: script:
- pwd - pwd
- ls - ls
@ -13,6 +15,8 @@ fedora:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
ubuntu: ubuntu:
before_script:
- apk add bash
script: script:
- pwd - pwd
- ls - ls