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:
|
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
|
||||||
|
@ -22,13 +20,13 @@ steps:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
image: docker
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
test: *image
|
test: *image
|
||||||
commands:
|
commands:
|
||||||
- 'echo image: *image'
|
- echo pulling $test
|
||||||
- 'echo pulling $test'
|
- apk add --update --no-cache img
|
||||||
- while ! docker pull $test ; do echo try; sleep 1; done
|
- while ! img 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