change image from ubuntu to bash
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 20:11:04 +02:00
parent 6c96cbce52
commit ac7eac48d9

View File

@ -21,8 +21,6 @@ steps:
image: bash:latest
pull: if-not-exists
commands:
- /bin/bash
- . $HOME/.bashrc
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
- ls -l /tmp
- trash /tmp/testfile*
@ -39,8 +37,6 @@ steps:
image: bash:latest
pull: if-not-exists
commands:
- /bin/bash
- . $HOME/.bashrc
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
- ls -l /tmp
- trash /tmp/testfile*
@ -58,7 +54,6 @@ steps:
image: bash:latest
pull: if-not-exists
commands:
- . $HOME/.bashrc
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
- ls -l /tmp
- trash /tmp/testfile*