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