Skip to content
Snippets Groups Projects
Commit 4ffbf141 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update

parent c457f21e
No related branches found
No related tags found
1 merge request!516Trigger CDK
...@@ -57,6 +57,7 @@ Init: ...@@ -57,6 +57,7 @@ Init:
extends: extends:
- .gradle - .gradle
script: script:
- env
- ./gradlew dependencies - ./gradlew dependencies
stage: init stage: init
...@@ -202,7 +203,7 @@ Trigger nshmp-haz CDK: ...@@ -202,7 +203,7 @@ Trigger nshmp-haz CDK:
rules: rules:
- -
if: > if: >
$CI_PROJECT_PATH == 'ghsc/nshmp' $CI_PROJECT_PATH == 'ghsc/nshmp/nshmp-haz-v2'
&& ( && (
$CI_COMMIT_BRANCH == 'master' $CI_COMMIT_BRANCH == 'master'
|| $CI_COMMIT_BRANCH == 'production' || $CI_COMMIT_BRANCH == 'production'
...@@ -225,7 +226,7 @@ Trigger nshmp-haz-ws CDK: ...@@ -225,7 +226,7 @@ Trigger nshmp-haz-ws CDK:
rules: rules:
- -
if: > if: >
$CI_PROJECT_PATH == 'ghsc/nshmp' $CI_PROJECT_PATH == 'ghsc/nshmp/nshmp-haz-v2'
&& ( && (
$CI_COMMIT_BRANCH == 'master' $CI_COMMIT_BRANCH == 'master'
|| $CI_COMMIT_BRANCH == 'production' || $CI_COMMIT_BRANCH == 'production'
......
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