Skip to content

Commit

Permalink
remove GIT_DIR handling in pre-push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
onur-ozkan committed Jun 19, 2024
1 parent e794b0f commit 279bf05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/etc/pre-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

set -Euo pipefail

# https://github.com/rust-lang/rust/issues/77620#issuecomment-705144570
unset GIT_DIR
ROOT_DIR="$(git rev-parse --show-toplevel)"

echo "Running pre-push script $ROOT_DIR/x test tidy"
Expand Down

0 comments on commit 279bf05

Please sign in to comment.