Compare commits
1 commit
fc46295d2d
...
932cb4b2e5
Author | SHA1 | Date | |
---|---|---|---|
932cb4b2e5 |
1 changed files with 9 additions and 5 deletions
|
@ -1,10 +1,14 @@
|
||||||
steps:
|
steps:
|
||||||
|
test-1:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- mkdir salt
|
||||||
|
- ls -la
|
||||||
|
|
||||||
clone-salt:
|
clone-salt:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
settings:
|
settings:
|
||||||
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
||||||
|
path: salt
|
||||||
test:
|
sha: ''
|
||||||
image: alpine
|
branch: master
|
||||||
commands:
|
|
||||||
- ls -la
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue