change image from ubuntu to bash
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ac7eac48d9
commit
2f28111009
@ -21,6 +21,7 @@ steps:
|
|||||||
image: bash:latest
|
image: bash:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
|
- . $HOME/.bashrc
|
||||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
- trash /tmp/testfile*
|
- trash /tmp/testfile*
|
||||||
@ -37,6 +38,7 @@ steps:
|
|||||||
image: bash:latest
|
image: bash:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
|
- . $HOME/.bashrc
|
||||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
- trash /tmp/testfile*
|
- trash /tmp/testfile*
|
||||||
@ -54,6 +56,7 @@ steps:
|
|||||||
image: bash:latest
|
image: bash:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
|
- . $HOME/.bashrc
|
||||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
- trash /tmp/testfile*
|
- trash /tmp/testfile*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user