Commit e15f2b8b authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'feat/enforce-boolean-vars' into 'master'

Enforce AUTODEPLOY_TO_PROD and PUBLISH_ON_PROD as boolean variables

See merge request to-be-continuous/kubernetes!31
parents f483d5fd 5d3c5a5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ k8s-production:
    # if $AUTODEPLOY_TO_PROD: auto
    - if: $AUTODEPLOY_TO_PROD
    # else if PUBLISH_ON_PROD enabled: auto (because the publish job was blocking)
    - if: '$PUBLISH_ON_PROD == "true" || $PUBLISH_ON_PROD == "yes"'
    - if: '$PUBLISH_ON_PROD == "true"'
    # else: manual, blocking
    - if: $K8S_PROD_SPACE # useless test, just to prevent GitLab warning
      when: manual