Skip to content
Snippets Groups Projects
Verified Commit 1bcd200e authored by Varac's avatar Varac
Browse files

[CI] Fail when CI_JOB_NAME is not recognized

parent 6e7b18f8
No related branches found
No related tags found
1 merge request!105Upgrade tests
...@@ -178,10 +178,13 @@ case "$CI_JOB_NAME" in ...@@ -178,10 +178,13 @@ case "$CI_JOB_NAME" in
TAG='demovpn' TAG='demovpn'
run bitmask ssh://gitolite@leap.se/bitmask run bitmask ssh://gitolite@leap.se/bitmask
;; ;;
*) deploy_test*)
build_from_scratch build_from_scratch
deploy deploy
test test
cleanup cleanup
;; ;;
*)
fail "Don't know what to do for \$CI_JOB_NAME \"$CI_JOB_NAME\"!"
;;
esac esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment