This commit is contained in:
parent
68d9e77225
commit
4414ae9598
@ -22,6 +22,7 @@ steps:
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
- touch /tmp/testfile{1..4}
|
||||
- ls -l /tmp/testfile*
|
||||
- trash /tmp/testfile*
|
||||
@ -37,6 +38,7 @@ steps:
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
- touch /tmp/testfile{1..4}
|
||||
- ls -l /tmp/testfile*
|
||||
- trash /tmp/testfile*
|
||||
@ -53,6 +55,7 @@ steps:
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
- touch /tmp/testfile{1..4}
|
||||
- ls -l /tmp/testfile*
|
||||
- trash /tmp/testfile*
|
||||
|
Loading…
x
Reference in New Issue
Block a user