summaryrefslogtreecommitdiff
path: root/.ci/run.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/run.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/run.sh')
-rwxr-xr-x.ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/run.sh b/.ci/run.sh
index 89461de..1c2a6a4 100755
--- a/.ci/run.sh
+++ b/.ci/run.sh
@@ -1,5 +1,5 @@
#!/bin/bash
cd scripts
-../.ci/retry.sh $* || exit 1
+$* || exit 1
cd ..