Overwrite entrypoint of deploy script

This commit is contained in:
Daniel_I_Am 2022-05-28 16:30:33 +02:00
parent 7636f9767d
commit 3508fb3ec9

View File

@ -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