forked from TrueCloudLab/frostfs-node
Compare commits
1 commit
feat/add-g
...
master
Author | SHA1 | Date | |
---|---|---|---|
7df2912a83 |
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -194,6 +194,8 @@ review-install:
|
|||
@mkdir -p $(GIT_HOOK_DIR)/
|
||||
@curl -Lo $(GIT_HOOK_DIR)/commit-msg https://review.frostfs.info/tools/hooks/commit-msg
|
||||
@chmod +x $(GIT_HOOK_DIR)/commit-msg
|
||||
@echo -e '#!/bin/sh\n"$$(git rev-parse --git-path hooks)"/commit-msg "$$1"' >$(GIT_HOOK_DIR)/prepare-commit-msg
|
||||
@chmod +x $(GIT_HOOK_DIR)/prepare-commit-msg
|
||||
|
||||
# Create a PR in Gerrit
|
||||
review: BRANCH ?= master
|
||||
|
|
Loading…
Add table
Reference in a new issue