This commit is contained in:
parent
087979635f
commit
047a5f2a27
@ -21,6 +21,7 @@ steps:
|
|||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
|
- /bin/bash
|
||||||
- . $HOME/.bashrc
|
- . $HOME/.bashrc
|
||||||
- touch /tmp/testfile{1..4}
|
- touch /tmp/testfile{1..4}
|
||||||
- ls -l /tmp/testfile*
|
- ls -l /tmp/testfile*
|
||||||
@ -37,6 +38,7 @@ steps:
|
|||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
|
- /bin/bash
|
||||||
- . $HOME/.bashrc
|
- . $HOME/.bashrc
|
||||||
- touch /tmp/testfile{1..4}
|
- touch /tmp/testfile{1..4}
|
||||||
- ls -l /tmp/testfile*
|
- ls -l /tmp/testfile*
|
||||||
@ -54,6 +56,7 @@ steps:
|
|||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
|
- /bin/bash
|
||||||
- . $HOME/.bashrc
|
- . $HOME/.bashrc
|
||||||
- touch /tmp/testfile{1..4}
|
- touch /tmp/testfile{1..4}
|
||||||
- ls -l /tmp/testfile*
|
- ls -l /tmp/testfile*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user