WIP: .woodpecker: add simple CI #61
1 changed files with 6 additions and 0 deletions
6
.woodpecker/pre-commit.yml
Normal file
6
.woodpecker/pre-commit.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
pre-commit:
|
||||||
|
image: git.frostfs.info/truecloudlab/frostfs-ci:v0.36
|
||||||
|
commands:
|
||||||
|
- export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)"
|
||||||
|
- pre-commit run --hook-stage manual
|
Loading…
Reference in a new issue