duh!
This commit is contained in:
parent
9aa04e30eb
commit
203f492d91
@ -33,8 +33,8 @@ steps:
|
||||
environment:
|
||||
SLEEP: 600
|
||||
commands:
|
||||
- echo "Go do some debugging - you've got ${SLEEP} seconds"
|
||||
- sleep ${SLEEP}
|
||||
- echo "Go do some debugging - you've got $${SLEEP} seconds"
|
||||
- sleep $${SLEEP}
|
||||
- cat test_gcc_1.txt
|
||||
- cat test_std.txt
|
||||
- cat test_err.txt
|
||||
|
Loading…
Reference in New Issue
Block a user