Skip to content
Snippets Groups Projects
Commit db92f30a authored by Christian Boettcher's avatar Christian Boettcher
Browse files

main not master branch

parent 5b5a8147
No related branches found
No related tags found
No related merge requests found
Pipeline #128659 skipped
......@@ -64,7 +64,7 @@ full-deploy-testing:
stage: deploy
environment: Testing
rules:
- if: ($CI_COMMIT_BRANCH == "master" && $MANUAL_FULL_DEPLOY_TESTING == "true")
- if: ($CI_COMMIT_BRANCH == "main" && $MANUAL_FULL_DEPLOY_TESTING == "true")
<<: *ssh_setup
script:
- echo "Starting the full testing deployment of airflows."
......@@ -88,7 +88,7 @@ full-deploy-testing:
light-deploy-testing:
stage: deploy
rules:
- if: ($CI_COMMIT_BRANCH == "master" && ($MANUAL_FULL_DEPLOY_TESTING == "" || $MANUAL_FULL_DEPLOY_TESTING == "false"))
- if: ($CI_COMMIT_BRANCH == "main" && ($MANUAL_FULL_DEPLOY_TESTING == "" || $MANUAL_FULL_DEPLOY_TESTING == "false"))
<<: *ssh_setup
environment: Testing
......
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