From 4789a563c6514565828b4f41545f30114beabe04 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 10:59:50 +0200 Subject: [PATCH] YADE --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 91a6d74..3ba2e8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: commands: - export CC=gcc - make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt - - ./test >test_std.txt 2>test_err.txt" + - ./test >test_std.txt 2>test_err.txt - name: build-fail @@ -33,7 +33,7 @@ steps: 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