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
Branches
Tags
1 merge request!105Upgrade tests
......@@ -178,10 +178,13 @@ case "$CI_JOB_NAME" in
TAG='demovpn'
run bitmask ssh://gitolite@leap.se/bitmask
;;
*)
deploy_test*)
build_from_scratch
deploy
test
cleanup
;;
*)
fail "Don't know what to do for \$CI_JOB_NAME \"$CI_JOB_NAME\"!"
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment