Compare commits
1 commit
0905c59590
...
a93ba464a5
Author | SHA1 | Date | |
---|---|---|---|
a93ba464a5 |
1 changed files with 4 additions and 6 deletions
|
@ -12,8 +12,6 @@ variables:
|
|||
steps:
|
||||
salt clone:
|
||||
image: woodpeckerci/plugin-git
|
||||
depends_on:
|
||||
- build
|
||||
settings:
|
||||
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
||||
path: salt
|
||||
|
@ -22,13 +20,13 @@ steps:
|
|||
branch: master
|
||||
|
||||
debug:
|
||||
image: docker
|
||||
image: alpine
|
||||
environment:
|
||||
test: *image
|
||||
commands:
|
||||
- 'echo image: *image'
|
||||
- 'echo pulling $test'
|
||||
- while ! docker pull $test ; do echo try; sleep 1; done
|
||||
- echo pulling $test
|
||||
- apk add --update --no-cache img
|
||||
- while ! img pull $test ; do echo try; sleep 1; done
|
||||
|
||||
salt pre-commit:
|
||||
image: *image
|
||||
|
|
Loading…
Add table
Reference in a new issue