diff options
Diffstat (limited to '.ci/run.sh')
-rwxr-xr-x | .ci/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/run.sh b/.ci/run.sh new file mode 100755 index 0000000..443611d --- /dev/null +++ b/.ci/run.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd scripts +../.ci/retry.sh $* |