mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
Update run.sh
This commit is contained in:
parent
ddaa29916b
commit
ab061c74d9
1 changed files with 7 additions and 2 deletions
9
run.sh
9
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
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue