Fix "sh: 0: Can't open sh"

This commit is contained in:
Daniel_I_Am 2022-05-28 16:40:08 +02:00
parent cf900d4ef4
commit b6d7bb3246

View File

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