1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Fix sanity

This commit is contained in:
Andrew Klychkov 2021-10-13 10:02:02 +02:00
parent 67555af0c2
commit b0d2bcce64
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
tests/utils/shippable/check_matrix.py replace-urlopen
tests/utils/shippable/timing.py shebang

View file

@ -34,7 +34,7 @@ function retry
echo "@* -> ${result}"
done
echo "Command '@*' failed 3 times!"
exit -1
exit 1
}
command -v pip