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