From d1550ed2b61536201932eef086e00aac875b42f2 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 23 Sep 2016 13:27:03 +0200 Subject: [PATCH] Force update/setup even if doing nothing --- gitlab/before_docs.sh | 5 +++++ gitlab/before_wheels.sh | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gitlab/before_docs.sh b/gitlab/before_docs.sh index 73a0376..2871d3e 100755 --- a/gitlab/before_docs.sh +++ b/gitlab/before_docs.sh @@ -1,2 +1,7 @@ #!/usr/bin/env bash # Thu 22 Sep 2016 18:23:57 CEST + +# Refreshes build scripts if necessary +$(dirname ${0})/install.sh $(dirname ${0}) + +source $(dirname ${0})/functions.sh diff --git a/gitlab/before_wheels.sh b/gitlab/before_wheels.sh index 73a0376..2871d3e 100755 --- a/gitlab/before_wheels.sh +++ b/gitlab/before_wheels.sh @@ -1,2 +1,7 @@ #!/usr/bin/env bash # Thu 22 Sep 2016 18:23:57 CEST + +# Refreshes build scripts if necessary +$(dirname ${0})/install.sh $(dirname ${0}) + +source $(dirname ${0})/functions.sh -- GitLab