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