more debugging - definitely need to escape the local var
This commit is contained in:
parent
2c00eaca50
commit
2e19f44b17
@ -43,8 +43,8 @@ steps:
|
|||||||
- name: build-success
|
- name: build-success
|
||||||
<<: *anchor_compiler_image
|
<<: *anchor_compiler_image
|
||||||
commands:
|
commands:
|
||||||
- echo "Go check where the binaries are - you've got ${SLEEP} seconds"
|
- echo "Go check where the binaries are - you've got $${SLEEP} seconds"
|
||||||
- sleep ${SLEEP}
|
- sleep $${SLEEP}
|
||||||
- cat test_gcc_2.txt
|
- cat test_gcc_2.txt
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
|
Loading…
Reference in New Issue
Block a user