From 3527cf8ec60ce0383fa56825061fb59f1092ce8e Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sat, 26 Jun 2021 02:56:03 +0100 Subject: [PATCH] See last commit --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afe8bd0c..ea52c6a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -.before_script: - script: chmod +x ./*.sh - .after_script: script: ./compile_check.sh "$CI_JOB_STATUS" artifacts: @@ -8,6 +5,7 @@ - release/*.svg stages: + - chmod - compile_stub - vergen - compile_sources @@ -15,6 +13,10 @@ stages: - isogen - finish +chmod_step: + stage: chmod + script: chmod +x ./*.sh + compile_stub: stage: compile_stub script: ./compile_stub.sh