Skip to content
Snippets Groups Projects
Commit 14910404 authored by jurgenhaas's avatar jurgenhaas
Browse files

#1 Fix test for commit message

parent 8af5b364
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ stages:
DBREQUIRED="no"
if [[ "$CI_COMMIT_REF_NAME" == "master" ]]; then
DBREQUIRED="yes"
elif [[ "$CI_COMMIT_REF_NAME" == *"[PULL_DB]"* ]]; then
elif [[ "$CI_COMMIT_MESSAGE" == *"[PULL_DB]"* ]]; then
DBREQUIRED="yes"
elif [[ "$PULL_DB" == "yes" ]]; then
DBREQUIRED="yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment