diff --git a/.drone.yml b/.drone.yml index eef63b65..95068489 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,6 @@ steps: depends_on: - build-image commands: - - ln -s /drone/src /code - find . -type f -print0 | xargs -0 dos2unix - - chmod +x /code/*.sh \ No newline at end of file + - chmod +x /drone/src/*.sh + - /drone/src/compile.sh \ No newline at end of file