diff --git a/.drone.yml b/.drone.yml index 2401359..d72198a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ name: default steps: - name: test - image: silkeh/clang:latest + image: alpine commands: - - clang hello.c -o hello - - ./hello + - echo "Hello World"