From e4920e59e29ea8c1add91f57a9691075b1630cca Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sat, 26 Jun 2021 02:54:04 +0100 Subject: [PATCH] Make scripts executable before the pipeline uses them... --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71218478..afe8bd0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +.before_script: + script: chmod +x ./*.sh + .after_script: script: ./compile_check.sh "$CI_JOB_STATUS" artifacts: