mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-18 08:58:30 +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)"
|
TARGET_HASH="$(git log "HEAD@{1}" --pretty=format:"%H" --merges -n 1)"
|
||||||
fi
|
fi
|
||||||
echo "Target hash is $PULL_PULL_SHA"
|
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
|
bazel-bin/bazel-diff generate-hashes -w "$workspace_dir" -b "$bazel_bin" ending_hashes_json
|
||||||
|
|
||||||
# Get impacted targets
|
# Get impacted targets
|
||||||
|
Loading…
Reference in New Issue
Block a user