From 8c51bd86903923d3a1eff5b67a85c74966a1864e Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sun, 9 Mar 2025 18:54:38 +0000 Subject: [PATCH] Attempts to resolve issues with missing `/code` directory Dockerfile expects `/code` attempting to resolve this in the .drone.yml --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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