summaryrefslogtreecommitdiff
path: root/.ci/runretry.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-03 04:21:46 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-03 04:21:46 +0300
commitab41e5f152db6a087feab02da111a4f6dcb5c7ea (patch)
tree52e6355be0a9d9ed5b0ad8ebd7f1497b49a8a92b /.ci/runretry.sh
parent8dc0d6e175aeadb00def65f00f049445dabc738d (diff)
downloadspm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.tar.gz
spm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.tar.bz2
spm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.tar.xz
spm-ab41e5f152db6a087feab02da111a4f6dcb5c7ea.zip
Update ci scripts for support mulyple libs to build and pack in one dir.
Diffstat (limited to '.ci/runretry.sh')
-rwxr-xr-x.ci/runretry.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ci/runretry.sh b/.ci/runretry.sh
new file mode 100755
index 0000000..89461de
--- /dev/null
+++ b/.ci/runretry.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd scripts
+../.ci/retry.sh $* || exit 1
+cd ..