Commit 41ccbde1 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '9-change-variable-behaviour' into 'master'

feat: Change boolean variable behaviour

Closes #9

See merge request to-be-continuous/cloud-foundry!9
parents 49fa48d6 420b4710
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -694,7 +694,7 @@ stages:
    fi
  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update cloud-foundry "1.5.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cloud-foundry "1.5.1"; fi
  unscope_variables
  eval_all_secrets