feature/ci-cd-drone-migration #3

Merged
t3hn3rd merged 21 commits from feature/ci-cd-drone-migration into develop 2025-03-09 22:32:17 +00:00
Showing only changes of commit 96fcf19c14 - Show all commits

View File

@ -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
- chmod +x /drone/src/*.sh
- /drone/src/compile.sh