Skip to content
Snippets Groups Projects
Commit fe768a1d authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: Export 'awkenvsubst' function

Closes #18

See merge request to-be-continuous/kubernetes!23
parents 7c630ea7 63324a17
No related branches found
No related tags found
No related merge requests found
...@@ -535,7 +535,7 @@ stages: ...@@ -535,7 +535,7 @@ stages:
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update kubernetes "2.0.6"; fi if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update kubernetes "2.0.6"; fi
# export tool functions (might be used in after_script) # export tool functions (might be used in after_script)
export -f log_info log_warn log_error assert_defined rollback export -f log_info log_warn log_error assert_defined rollback awkenvsubst
unscope_variables unscope_variables
eval_all_secrets eval_all_secrets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment