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: environment:
SLEEP: 600 SLEEP: 600
commands: commands:
- echo "Go do some debugging - you've got ${SLEEP} seconds" - echo "Go do some debugging - you've got $${SLEEP} seconds"
- sleep ${SLEEP} - sleep $${SLEEP}
- cat test_gcc_1.txt - cat test_gcc_1.txt
- cat test_std.txt - cat test_std.txt
- cat test_err.txt - cat test_err.txt