Skip to content
Snippets Groups Projects
Commit db665218 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '2-change_variable_behaviour' into 'master'

fix: change variable behaviour

Closes #2

See merge request to-be-continuous/openshift!2
parents a8f4979b 2228f01c
No related branches found
No related tags found
No related merge requests found
......@@ -559,7 +559,7 @@ stages:
fi
}
if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update openshift "1.2.1"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update openshift "1.2.1"; fi
# export tool functions (might be used in after_script)
export -f log_info log_warn log_error assert_defined last_rollout_status force_rollout poll_last_rollout extract_oldest_tags_from_image_stream_definition purge_old_image_tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment