Skip to content

Commit

Permalink
Freeze deploy on master (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaldodiya authored Oct 24, 2023
1 parent 5af7a6d commit 915ab06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Live:wp40:HL:
environment:
name: wp40-hl-prod
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "master"'
needs:
- Test_N_Build
- Node:Live
Expand All @@ -336,7 +336,7 @@ Pub:Live-HL:wp40:
kubernetes:
namespace: ensembl-prod
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "master"'
needs:
- Test_N_Build
- Node:Live
Expand All @@ -351,7 +351,7 @@ Live:WP41:HX:
environment:
name: wp41-hx-prod
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "master"'
needs:
- Test_N_Build
- Node:Live
Expand All @@ -363,7 +363,7 @@ Pub::WP41:Live-HX:
kubernetes:
namespace: ensembl-prod
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "master"'
needs:
- Test_N_Build
- Node:Live
Expand Down

0 comments on commit 915ab06

Please sign in to comment.