Revert "change touch command to usage in bash"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit d93cef60d3
.
This commit is contained in:
parent
bdeab80f5c
commit
0617ab7ac7
@ -22,7 +22,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- . $HOME/.bashrc
|
||||
- touch /tmp/testfile{1..4}
|
||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
||||
- ls -l /tmp
|
||||
- trash /tmp/testfile*
|
||||
- ls -l /tmp
|
||||
@ -39,7 +39,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- . $HOME/.bashrc
|
||||
- touch /tmp/testfile{1..4}
|
||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
||||
- ls -l /tmp
|
||||
- trash /tmp/testfile*
|
||||
- ls -l /tmp
|
||||
@ -58,7 +58,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- . $HOME/.bashrc
|
||||
- touch /tmp/testfile{1..4}
|
||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
||||
- ls -l /tmp
|
||||
- trash /tmp/testfile*
|
||||
- ls -l /tmp
|
||||
|
Loading…
Reference in New Issue
Block a user