Commit 9b817ca6 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '2-change_variable_behaviour' into 'master'

fix: Change boolean variable behaviour

Closes #2

See merge request to-be-continuous/golang!1
parents 58e9ae13 835c5477
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ stages:
    fi
  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update golang "1.2.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update golang "1.2.0"; fi
  unscope_variables

  # ENDSCRIPT