.drone.yml modifications
All checks were successful
continuous-integration/drone/push Build is passing

Modified drone.yml to copy source from the /drone/src directory to the /code directory.
This commit is contained in:
Kieron Morris 2025-03-09 17:49:04 +00:00
parent 9473e26b50
commit 6a1b87e250

View File

@ -20,4 +20,6 @@ steps:
depends_on: depends_on:
- build-image - build-image
commands: commands:
- cp -r /drone/src/* /code/
- chmod +x /code/*.sh
- /compile.sh - /compile.sh