Compare commits
1 commit
b0004a651d
...
46a6ee43f9
Author | SHA1 | Date | |
---|---|---|---|
46a6ee43f9 |
1 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,5 @@
|
||||||
skip_clone: true
|
|
||||||
variables:
|
|
||||||
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
|
|
||||||
steps:
|
steps:
|
||||||
salt clone:
|
test-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
|
||||||
|
@ -11,8 +8,8 @@ steps:
|
||||||
ref: refs/heads/master
|
ref: refs/heads/master
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
salt pre-commit:
|
test-salt-pre-commit:
|
||||||
image: *image
|
image: git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}
|
||||||
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