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

#57 Disable tests for the merge pipeline from release into main

parent 50c0275e
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,9 @@ Debug:
if [[ "$DISABLE_CI_TESTS" == "1" ]]; then
TESTSDISABLED="yes"
GITLABTESTSDISABLED="yes"
elif [[ "$CI_COMMIT_MESSAGE" == *"release into main"* ]]; then
TESTSDISABLED="yes"
GITLABTESTSDISABLED="yes"
elif [[ "$DISABLE_CI_TEST_BACKSTOP" == "1" && "$DISABLE_CI_TEST_BEHAT" == "1" && "$DISABLE_CI_TEST_CYPRESSE2E" == "1" ]]; then
echo "DB not required"
elif [[ "$CI_COMMIT_REF_NAME" == "main" ]]; then
......
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