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