summaryrefslogblamecommitdiff
path: root/.ci/runretry.sh
blob: 89461dee5f88a548d5a162d5f436ff409fc5f453 (plain) (tree)
1
2
3
4
5




                            
#!/bin/bash

cd scripts
../.ci/retry.sh $* || exit 1
cd ..