Compare commits
1 commit
46a6ee43f9
...
b0004a651d
Author | SHA1 | Date | |
---|---|---|---|
b0004a651d |
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
skip_clone: true
|
||||
variables:
|
||||
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
|
||||
steps:
|
||||
test-salt-clone:
|
||||
salt clone:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
||||
|
@ -8,8 +11,8 @@ steps:
|
|||
ref: refs/heads/master
|
||||
branch: master
|
||||
|
||||
test-salt-pre-commit:
|
||||
image: git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}
|
||||
salt pre-commit:
|
||||
image: *image
|
||||
environment:
|
||||
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
||||
commands:
|
||||
|
|
Loading…
Add table
Reference in a new issue