Compare commits
1 commit
1ceb37cd93
...
9d7d13d3d6
Author | SHA1 | Date | |
---|---|---|---|
9d7d13d3d6 |
1 changed files with 16 additions and 16 deletions
|
@ -4,20 +4,20 @@ when:
|
|||
- event: push
|
||||
|
||||
depends_on:
|
||||
- sleep
|
||||
- build
|
||||
|
||||
variables:
|
||||
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
|
||||
|
||||
steps:
|
||||
salt clone:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
||||
path: salt
|
||||
sha: ''
|
||||
ref: refs/heads/master
|
||||
branch: master
|
||||
# salt clone:
|
||||
# image: woodpeckerci/plugin-git
|
||||
# settings:
|
||||
# remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
||||
# path: salt
|
||||
# sha: ''
|
||||
# ref: refs/heads/master
|
||||
# branch: master
|
||||
|
||||
debug:
|
||||
image: alpine
|
||||
|
@ -27,10 +27,10 @@ steps:
|
|||
- 'echo image: *image'
|
||||
- 'echo $test'
|
||||
|
||||
salt pre-commit:
|
||||
image: *image
|
||||
environment:
|
||||
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
||||
commands:
|
||||
- cd salt
|
||||
- pre-commit run --all-files
|
||||
# salt pre-commit:
|
||||
# image: *image
|
||||
# environment:
|
||||
# - SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
||||
# commands:
|
||||
# - cd salt
|
||||
# - pre-commit run --all-files
|
||||
|
|
Loading…
Add table
Reference in a new issue