Compare commits
1 commit
a3d2588e9a
...
014027c195
Author | SHA1 | Date | |
---|---|---|---|
014027c195 |
1 changed files with 5 additions and 2 deletions
|
@ -15,6 +15,9 @@ steps:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
test-2:
|
test-2:
|
||||||
image: alpine
|
image: git.verdigado.com/verdigado-images/container-pre-commit:latest
|
||||||
|
environment:
|
||||||
|
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
|
||||||
commands:
|
commands:
|
||||||
- ls -la salt
|
- cd salt
|
||||||
|
- pre-commit run --all-files
|
||||||
|
|
Loading…
Add table
Reference in a new issue