Compare commits

..

1 commit

Author SHA1 Message Date
35739c289e
WIP
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/build Pipeline was successful
2024-06-20 23:03:06 +02:00

View file

@ -26,7 +26,7 @@ steps:
commands:
- echo -${CI_COMMIT_SHA}-
- apk add --update --no-cache img
- timeout 300 sh -c 'while !(( img pull $IMAGE 2>&1 | grep "Error: failed to unmount" ; do echo "Awaiting image $IMAGE..."; sleep 3; done'
- 'timeout 300 sh -c ''while !(( img pull $IMAGE 2>&1 | grep "Error: failed to unmount" ) ; do echo "Awaiting image $IMAGE..."; sleep 3; done'''
salt pre-commit:
image: *image