diff --git a/.woodpecker/pre-commit.yml b/.woodpecker/pre-commit.yml index 23159404..bdf3402d 100644 --- a/.woodpecker/pre-commit.yml +++ b/.woodpecker/pre-commit.yml @@ -9,9 +9,3 @@ pipeline: commands: - export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)" - pre-commit run --hook-stage manual - - unit: - image: git.frostfs.info/truecloudlab/frostfs-ci:v0.36 - commands: - - export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)" - - make test