Actually use TARGET_HASH

This commit is contained in:
Mustafa Gezen 2022-11-01 03:03:19 +01:00
parent 29e1e0977c
commit c0a82d2408
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if [[ -z "$TARGET_HASH" ]]; then
TARGET_HASH="$(git log "HEAD@{1}" --pretty=format:"%H" --merges -n 1)"
fi
echo "Target hash is $PULL_PULL_SHA"
git checkout "$PULL_PULL_SHA" --quiet
git checkout "$TARGET_HASH" --quiet
bazel-bin/bazel-diff generate-hashes -w "$workspace_dir" -b "$bazel_bin" ending_hashes_json
# Get impacted targets