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