Commit 69d0587d authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '1-change_variable_behaviour' into 'master'

feat: Change boolean variable behaviour

Closes #1

See merge request to-be-continuous/gcloud!1
parents 4d59d8de 469f03f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ stages:
    fi
  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gcloud "1.3.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.3.0"; fi

  # export tool functions (might be used in after_script)
  export -f log_info log_warn log_error assert_defined awkenvsubst