From 17a41e3f05bb6c2f3ebd5efdbd43872efe8befe4 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 23 Sep 2016 12:23:16 +0200 Subject: [PATCH] Download install.sh as executable --- gitlab/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/install.sh b/gitlab/install.sh index 6346184..6ce9a63 100755 --- a/gitlab/install.sh +++ b/gitlab/install.sh @@ -60,7 +60,7 @@ get_exec() { run_cmd mkdir -pv ${1} get_script ${1} functions.sh -get_script ${1} install.sh +get_exec ${1} install.sh for stage in "build" "test" "wheels" "deploy"; do get_exec ${1} before_${stage}.sh get_exec ${1} ${stage}.sh -- GitLab