Compare commits
1 commit
349e613ba2
...
35739c289e
Author | SHA1 | Date | |
---|---|---|---|
35739c289e |
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo -${CI_COMMIT_SHA}-
|
- echo -${CI_COMMIT_SHA}-
|
||||||
- apk add --update --no-cache img
|
- 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:
|
salt pre-commit:
|
||||||
image: *image
|
image: *image
|
||||||
|
|
Loading…
Add table
Reference in a new issue