mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 03:11:24 +00:00
Actually use TARGET_HASH
This commit is contained in:
parent
29e1e0977c
commit
c0a82d2408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user