diff --git a/.drone.yml b/.drone.yml index b25d796..deede55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,11 @@ steps: - name: build-fail <<: *anchor_compiler_image + environment: + SLEEP: 600 commands: + - 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