Commit 70add326 authored by Thong Kuah's avatar Thong Kuah

Fix identical yaml hidden key in CI templates

This was causing DAST to clobber Deploy's key.

The DAST hidden key should not affect the Deploy template hidden key.
This allows a template to be updated independently of each other.
parent b614399e
.auto-deploy: .dast-auto-deploy:
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v0.4.0" image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v0.4.0"
dast_environment_deploy: dast_environment_deploy:
extends: .auto-deploy extends: .dast-auto-deploy
stage: review stage: review
script: script:
- auto-deploy check_kube_domain - auto-deploy check_kube_domain
...@@ -31,7 +31,7 @@ dast_environment_deploy: ...@@ -31,7 +31,7 @@ dast_environment_deploy:
- $DAST_WEBSITE # we don't need to create a review app if a URL is already given - $DAST_WEBSITE # we don't need to create a review app if a URL is already given
stop_dast_environment: stop_dast_environment:
extends: .auto-deploy extends: .dast-auto-deploy
stage: cleanup stage: cleanup
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment