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
7
run.sh
7
run.sh
|
@ -13,7 +13,12 @@ case ${2} in
|
||||||
;;
|
;;
|
||||||
download_artifacts)
|
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
|
case $PROJECT_NAME in
|
||||||
yunohost)
|
yunohost)
|
||||||
# Nothing to do?
|
# Nothing to do?
|
||||||
|
|
Loading…
Reference in a new issue