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