Rollup merge of #126663 - onur-ozkan:gitdir-thing, r=Mark-Simulacrum
remove `GIT_DIR` handling in pre-push hook
This is already handled from bootstrap: a1ca449981/src/bootstrap/src/utils/helpers.rs (L504-L506)
This commit is contained in:
commit
6736641146
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue