diff --git a/run.sh b/run.sh index 16b16f3..5f93f8e 100755 --- a/run.sh +++ b/run.sh @@ -13,7 +13,12 @@ case ${2} in ;; download_artifacts) ;; - build_script) + # build_script is no step_script + # but we can also have "step_release" or "step_accessibility" + # More info here: + # https://docs.gitlab.com/runner/executors/custom.html#run + # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26426 + step_*) case $PROJECT_NAME in yunohost) # Nothing to do? @@ -36,4 +41,4 @@ if [ $? -ne 0 ]; then # Exit using the variable, to make the build as failure in GitLab # CI. exit $BUILD_FAILURE_EXIT_CODE -fi \ No newline at end of file +fi