Skip to content
Snippets Groups Projects
Commit 47f4cb39 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/gitleaks!3
parents 62b4cd59 f0ad30e5
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ stages:
fi
}
if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.2.0"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gitleaks "1.2.0"; fi
unscope_variables
# ENDSCRIPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment