Compare commits
1 commit
a93ba464a5
...
9c4b1bf307
Author | SHA1 | Date | |
---|---|---|---|
9c4b1bf307 |
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo pulling $test
|
- echo pulling $test
|
||||||
- apk add --update --no-cache img
|
- apk add --update --no-cache img
|
||||||
- while ! img pull $test ; do echo try; sleep 1; done
|
- "while ! img pull $test 2>&1 | grep 'Error: failed to unmount' ; do echo lol; sleep 3; done"
|
||||||
|
|
||||||
salt pre-commit:
|
salt pre-commit:
|
||||||
image: *image
|
image: *image
|
||||||
|
|
Loading…
Add table
Reference in a new issue