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:
|
steps:
|
||||||
test-salt-clone:
|
salt clone:
|
||||||
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
|
||||||
|
@ -8,8 +11,8 @@ steps:
|
||||||
ref: refs/heads/master
|
ref: refs/heads/master
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
test-salt-pre-commit:
|
salt pre-commit:
|
||||||
image: git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}
|
image: *image
|
||||||
environment:
|
environment:
|
||||||
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Reference in a new issue