Skip to content
Snippets Groups Projects
Commit 244f2a57 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Download the after build script

parent b8cd62b5
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ get_script ${1} conda_build_config.yaml ...@@ -63,6 +63,7 @@ get_script ${1} conda_build_config.yaml
get_script ${1} recipe_append.yaml get_script ${1} recipe_append.yaml
get_script ${1} matplotlibrc get_script ${1} matplotlibrc
get_exec ${1} before_build.sh get_exec ${1} before_build.sh
get_exec ${1} after_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
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment