Commit 609e6ce1 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '3-change_variable_behaviour' into 'master'

fix: change variable behaviour

Closes #3

See merge request to-be-continuous/mkdocs!3
parents d273d82c e4eea178
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ stages:
    fi
  }

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

  # ENDSCRIPT