Skip to content
Snippets Groups Projects
Commit 42ceba19 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add doc script downloading

parent ad17ba60
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ get_exec() {
run_cmd mkdir -pv ${1}
get_script ${1} functions.sh
get_exec ${1} install.sh
for stage in "build" "test" "wheels" "deploy"; do
for stage in "build" "test" "docs" "wheels" "deploy"; do
get_exec ${1} before_${stage}.sh
get_exec ${1} ${stage}.sh
get_exec ${1} after_${stage}.sh
......
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