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

main not master branch

parent 5b5a8147
Branches
Tags
No related merge requests found
Pipeline #128659 skipped
...@@ -64,7 +64,7 @@ full-deploy-testing: ...@@ -64,7 +64,7 @@ full-deploy-testing:
stage: deploy stage: deploy
environment: Testing environment: Testing
rules: rules:
- if: ($CI_COMMIT_BRANCH == "master" && $MANUAL_FULL_DEPLOY_TESTING == "true") - if: ($CI_COMMIT_BRANCH == "main" && $MANUAL_FULL_DEPLOY_TESTING == "true")
<<: *ssh_setup <<: *ssh_setup
script: script:
- echo "Starting the full testing deployment of airflows." - echo "Starting the full testing deployment of airflows."
...@@ -88,7 +88,7 @@ full-deploy-testing: ...@@ -88,7 +88,7 @@ full-deploy-testing:
light-deploy-testing: light-deploy-testing:
stage: deploy stage: deploy
rules: 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 <<: *ssh_setup
environment: Testing environment: Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment