Skip to content
Snippets Groups Projects
Commit 64a01064 authored by Morgan Hoffman's avatar Morgan Hoffman
Browse files

Update .gitlab-ci.yml file

parent aaf34f49
No related branches found
No related tags found
1 merge request!91PLATFORM-1822 - Fix Pipelines further
......@@ -145,6 +145,8 @@ Deploy - aws dvlp:
- envsubst < kustomization.yml > /tmp/repo-files/kustomization.yml
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
when: never
Deploy - eksa dvlp:
stage: deploy
......@@ -172,6 +174,8 @@ Deploy - eksa dvlp:
- envsubst < kustomization.yml > /tmp/repo-files/kustomization.yml
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
when: never
Deploy - eksa pprd:
stage: deploy
......
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