Commit 7b414c5d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix/change-bool' into 'master'

fix: enforce AUTODEPLOY_TO_PROD as boolean variable

See merge request to-be-continuous/kubernetes!32
parents 0f07f63f 154ca7ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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