From 2c00eaca5070c59a548713f0415c77e01dde8700 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 11:05:16 +0200 Subject: [PATCH] more debugging --- .drone.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3ba2e8e..14562e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,8 @@ name: build-linux platform: arch: amd64 -#environment: - #MYCC: gcc - #SHARED: "-f makefile.shared" +environment: + SLEEP: 600 imagedefs: - &anchor_compiler_image @@ -30,10 +29,8 @@ steps: - name: build-fail <<: *anchor_compiler_image - environment: - SLEEP: 600 commands: - - echo "Go do some debugging - you've got ${SLEEP} seconds" + - echo "Go do some debugging - you've got $${SLEEP} seconds" - sleep $${SLEEP} - cat test_gcc_1.txt - cat test_std.txt @@ -46,6 +43,8 @@ steps: - name: build-success <<: *anchor_compiler_image commands: + - echo "Go check where the binaries are - you've got ${SLEEP} seconds" + - sleep ${SLEEP} - cat test_gcc_2.txt when: status: