diff --git a/.drone.yml b/.drone.yml index 326a0459..eef63b65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,11 +17,9 @@ steps: - name: compile image: t3hn3rd/asuro-build:latest - volumes: - - name: /code - path: /drone/src 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