From 96fcf19c143147ed0f74c2d1bcc68323c0e79338 Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sun, 9 Mar 2025 18:59:32 +0000 Subject: [PATCH] Further updates to `.drone.yml` Still experiencing issues with not being able to find the .sh files due to missing /code directory. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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