From 203f492d9135f05e48f04e8f47e650aa59db8299 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 10:54:55 +0200 Subject: [PATCH] duh! --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index deede55..91a6d74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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