add /bin/bash
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 18:27:56 +02:00
parent 68d9e77225
commit 4414ae9598

View File

@ -22,6 +22,7 @@ steps:
image: ubuntu:latest
pull: if-not-exists
commands:
- /bin/bash
- touch /tmp/testfile{1..4}
- ls -l /tmp/testfile*
- trash /tmp/testfile*
@ -37,6 +38,7 @@ steps:
image: ubuntu:latest
pull: if-not-exists
commands:
- /bin/bash
- touch /tmp/testfile{1..4}
- ls -l /tmp/testfile*
- trash /tmp/testfile*
@ -53,6 +55,7 @@ steps:
image: ubuntu:latest
pull: if-not-exists
commands:
- /bin/bash
- touch /tmp/testfile{1..4}
- ls -l /tmp/testfile*
- trash /tmp/testfile*