We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e3e91 commit c415b81Copy full SHA for c415b81
.bin/git/hooks/pre-push-build-and-test
@@ -4,7 +4,7 @@ REPO_ROOT_DIR=$(git rev-parse --show-toplevel)
4
CHANGE_COUNT=$(cd ${REPO_ROOT_DIR}; git diff --name-only origin/HEAD..HEAD -- resources/ src/ test/ Dockerfile scripts.sh |wc -l)
5
6
if [[ "0" -ne "${CHANGE_COUNT}" ]]; then
7
- (cd ${REPO_ROOT_DIR}; ./scripts.sh rebuild_nginx rebuild_test_runner test)
+ (cd ${REPO_ROOT_DIR}; ./scripts.sh rebuild_nginx rebuild_test test)
8
else
9
HOOK_NAME=$(basename $0)
10
0 commit comments