Further updates to .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

Still experiencing issues with not being able to find the .sh files due to missing /code directory.
This commit is contained in:
Kieron Morris 2025-03-09 18:59:32 +00:00
parent 8c51bd8690
commit 96fcf19c14

View File

@ -20,6 +20,6 @@ steps:
depends_on: depends_on:
- build-image - build-image
commands: commands:
- ln -s /drone/src /code
- find . -type f -print0 | xargs -0 dos2unix - find . -type f -print0 | xargs -0 dos2unix
- chmod +x /code/*.sh - chmod +x /drone/src/*.sh
- /drone/src/compile.sh