summaryrefslogtreecommitdiff
path: root/.ci/runretry.sh
diff options
context:
space:
mode:
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 ..