Compare commits

..

1 commit

Author SHA1 Message Date
6b432ba2d5
WIP
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test unknown status
2024-06-20 23:18:41 +02:00

View file

@ -11,6 +11,7 @@ steps:
environment:
IMAGE: *image
commands:
- 'echo -${CI_COMMIT_SHA}-'
- apk add --update --no-cache img
- 'while !(( img pull $IMAGE 2>&1 | grep -q "Error: failed to unmount" )) ; do echo "Awaiting image $IMAGE..."; sleep 3; done'
- echo 'found.'