Compare commits

..

1 commit

Author SHA1 Message Date
a93ba464a5
WIP
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline failed
2024-06-20 19:18:45 +02:00

View file

@ -26,7 +26,7 @@ steps:
commands:
- echo pulling $test
- apk add --update --no-cache img
- "while ! img pull $test 2>&1 | grep 'Error: failed to unmount' ; do echo lol; sleep 3; done"
- while ! img pull $test ; do echo try; sleep 1; done
salt pre-commit:
image: *image