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

@ -1,23 +1,19 @@
skip_clone: true
when:
- event: push
depends_on:
- build
variables:
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
steps:
await-image:
image: alpine
environment:
IMAGE: *image
commands:
- echo -${CI_COMMIT_SHA}-
- 'echo -${CI_COMMIT_SHA}-'
- apk add --update --no-cache img
- 'while !(( img pull $IMAGE 2>&1 | grep --quiet "Error: failed to unmount" )) ; do echo "Awaiting image $IMAGE..."; sleep 3; done'
- 'while !(( img pull $IMAGE 2>&1 | grep -q "Error: failed to unmount" )) ; do echo "Awaiting image $IMAGE..."; sleep 3; done'
- echo 'found.'
salt clone:
@ -46,7 +42,7 @@ steps:
remote: https://git.verdigado.com/NB-Public/rocketchat2matrix.git
path: rocketchat2matrix
sha: ''
ref: refs/heads/master
ref: refs/heads/main
branch: master
rocketchat2matrix pre-commit: