Further updates to .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
8c51bd8690
commit
96fcf19c14
@ -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
|
Loading…
x
Reference in New Issue
Block a user