From 2e19f44b1756b0a5e18f67a2dee301bfed3ee91c Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 11:06:33 +0200 Subject: [PATCH] more debugging - definitely need to escape the local var --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 14562e8..cb07809 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,8 +43,8 @@ steps: - name: build-success <<: *anchor_compiler_image commands: - - echo "Go check where the binaries are - you've got ${SLEEP} seconds" - - sleep ${SLEEP} + - echo "Go check where the binaries are - you've got $${SLEEP} seconds" + - sleep $${SLEEP} - cat test_gcc_2.txt when: status: