Compare commits
1 commit
877c39b5bc
...
a7b4a90fdd
Author | SHA1 | Date | |
---|---|---|---|
a7b4a90fdd |
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,11 @@
|
|||
skip_clone: true
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
depends_on:
|
||||
- build-branch
|
||||
|
||||
variables:
|
||||
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:46a6ee43f9f32994d4697b589afa5b8fa75950aa'
|
||||
|
||||
|
@ -19,9 +26,3 @@ steps:
|
|||
commands:
|
||||
- cd salt
|
||||
- pre-commit run --all-files
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
|
|
Loading…
Add table
Reference in a new issue