This commit is contained in:
parent
4414ae9598
commit
087979635f
@ -10,7 +10,6 @@ steps:
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
- echo ". $HOME/trash.sh" > $HOME/.bashrc
|
||||
- . $HOME/.bashrc
|
||||
- ls -la $HOME/.trash/
|
||||
@ -22,7 +21,7 @@ steps:
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
- . $HOME/.bashrc
|
||||
- touch /tmp/testfile{1..4}
|
||||
- ls -l /tmp/testfile*
|
||||
- trash /tmp/testfile*
|
||||
@ -38,7 +37,7 @@ steps:
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
- . $HOME/.bashrc
|
||||
- touch /tmp/testfile{1..4}
|
||||
- ls -l /tmp/testfile*
|
||||
- trash /tmp/testfile*
|
||||
@ -55,7 +54,7 @@ steps:
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
- . $HOME/.bashrc
|
||||
- touch /tmp/testfile{1..4}
|
||||
- ls -l /tmp/testfile*
|
||||
- trash /tmp/testfile*
|
||||
|
Loading…
x
Reference in New Issue
Block a user