Fix format of entrypoint

This commit is contained in:
Daniel_I_Am 2022-05-28 16:31:36 +02:00
parent 3508fb3ec9
commit cf900d4ef4

View File

@ -60,7 +60,7 @@ stages:
"Deploy to Production": "Deploy to Production":
image: image:
name: bitnami/kubectl:1.23 name: bitnami/kubectl:1.23
entrypoint: sh entrypoint: ["sh"]
stage: "Deploy" stage: "Deploy"
when: manual when: manual
allow_failure: true allow_failure: true