Loading templates/gitlab-ci-k8s.yml +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ k8s-production: - if: '$K8S_PROD_SPACE == null || $K8S_PROD_SPACE == ""' when: never # if $AUTODEPLOY_TO_PROD: auto - if: $AUTODEPLOY_TO_PROD - if: '$AUTODEPLOY_TO_PROD == "true"' # else if PUBLISH_ON_PROD enabled: auto (because the publish job was blocking) - if: '$PUBLISH_ON_PROD == "true"' # else: manual, blocking Loading Loading
templates/gitlab-ci-k8s.yml +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ k8s-production: - if: '$K8S_PROD_SPACE == null || $K8S_PROD_SPACE == ""' when: never # if $AUTODEPLOY_TO_PROD: auto - if: $AUTODEPLOY_TO_PROD - if: '$AUTODEPLOY_TO_PROD == "true"' # else if PUBLISH_ON_PROD enabled: auto (because the publish job was blocking) - if: '$PUBLISH_ON_PROD == "true"' # else: manual, blocking Loading