diff --git a/.drone.yml b/.drone.yml index 6756cab..aad3805 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: path: /tmp/cache commands: - - ${MYCC}" make ${SHARED} test_standalone >test_gcc_1.txt 2>test_gcc_2.txt + - ${{MYCC}}" make ${{SHARED}} test_standalone >test_gcc_1.txt 2>test_gcc_2.txt - ./test >test_std.txt 2>test_err.txt"