Compare commits
1 commit
54e5a7c358
...
6b432ba2d5
Author | SHA1 | Date | |
---|---|---|---|
6b432ba2d5 |
1 changed files with 3 additions and 7 deletions
|
@ -1,23 +1,19 @@
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
|
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
await-image:
|
await-image:
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
IMAGE: *image
|
IMAGE: *image
|
||||||
commands:
|
commands:
|
||||||
- echo -${CI_COMMIT_SHA}-
|
- 'echo -${CI_COMMIT_SHA}-'
|
||||||
- apk add --update --no-cache img
|
- 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.'
|
- echo 'found.'
|
||||||
|
|
||||||
salt clone:
|
salt clone:
|
||||||
|
@ -46,7 +42,7 @@ steps:
|
||||||
remote: https://git.verdigado.com/NB-Public/rocketchat2matrix.git
|
remote: https://git.verdigado.com/NB-Public/rocketchat2matrix.git
|
||||||
path: rocketchat2matrix
|
path: rocketchat2matrix
|
||||||
sha: ''
|
sha: ''
|
||||||
ref: refs/heads/master
|
ref: refs/heads/main
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
rocketchat2matrix pre-commit:
|
rocketchat2matrix pre-commit:
|
||||||
|
|
Loading…
Add table
Reference in a new issue