Compare commits

..

1 commit

Author SHA1 Message Date
9c4b1bf307
WIP
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-06-20 22:44:55 +02:00

View file

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