Make scripts executable before the pipeline uses them...

This commit is contained in:
Kieron Morris 2021-06-26 02:54:04 +01:00
parent aa91842747
commit e4920e59e2

View File

@ -1,3 +1,6 @@
.before_script:
script: chmod +x ./*.sh
.after_script: .after_script:
script: ./compile_check.sh "$CI_JOB_STATUS" script: ./compile_check.sh "$CI_JOB_STATUS"
artifacts: artifacts: