add bash
This commit is contained in:
parent
bb9c959935
commit
5002e6407e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue