Overwrite entrypoint of deploy script
This commit is contained in:
parent
7636f9767d
commit
3508fb3ec9
@ -58,7 +58,9 @@ stages:
|
|||||||
- if: '$REGISTRY_BASE_URL != null && $DOCKER_IMAGE_NAME != null'
|
- if: '$REGISTRY_BASE_URL != null && $DOCKER_IMAGE_NAME != null'
|
||||||
|
|
||||||
"Deploy to Production":
|
"Deploy to Production":
|
||||||
image: bitnami/kubectl:1.23
|
image:
|
||||||
|
name: bitnami/kubectl:1.23
|
||||||
|
entrypoint: sh
|
||||||
stage: "Deploy"
|
stage: "Deploy"
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user