summaryrefslogtreecommitdiff
path: root/.ci/run.sh
blob: 89461dee5f88a548d5a162d5f436ff409fc5f453 (plain) (blame)
1
2
3
4
5
#!/bin/bash

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