Update run.sh

This commit is contained in:
Kayou 2021-07-01 02:15:44 +02:00 committed by GitHub
parent ddaa29916b
commit ab061c74d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
run.sh
View file

@ -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?