This commit is contained in:
Paul Reeves 2023-05-13 10:54:55 +02:00
parent 9aa04e30eb
commit 203f492d91

View File

@ -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