Fix CI copy-paste error
This commit is contained in:
parent
ee9579845e
commit
57ad549c59
@ -18,8 +18,6 @@ include:
|
||||
stage: "Deploy"
|
||||
when: manual
|
||||
allow_failure: true
|
||||
dependencies:
|
||||
- "Publish Docker Image"
|
||||
script:
|
||||
- 'kubectl --kubeconfig=$K8S_CONFIG -n $K8S_NAMESPACE set image $K8S_DEPLOYMENT_TARGET $K8S_DEPLOYMENT_CONTAINER=$DOCKER_REPOSITORY/$DOCKER_NAME:$CI_COMMIT_SHA'
|
||||
rules:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user