Skip to content
Snippets Groups Projects
Commit 407b9579 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Added environment variables white list

parent dc8ba3ce
No related merge requests found
...@@ -60,6 +60,7 @@ run_cmd mkdir -pv ${1} ...@@ -60,6 +60,7 @@ run_cmd mkdir -pv ${1}
get_script ${1} cacert.pem get_script ${1} cacert.pem
get_script ${1} functions.sh get_script ${1} functions.sh
get_script ${1} conda_build_config.yaml get_script ${1} conda_build_config.yaml
get_script conda white_list.yaml
get_exec ${1} before_build.sh get_exec ${1} before_build.sh
for stage in "build" "deploy" "pypi"; do for stage in "build" "deploy" "pypi"; do
get_exec ${1} ${stage}.sh get_exec ${1} ${stage}.sh
......
build:
script_env:
- SSL_CERT_FILE
- CURL_CA_BUNDLE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment