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

Download install.sh as executable

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