We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1d4c8 commit 2afa153Copy full SHA for 2afa153
bazel-diff-example.sh
@@ -36,7 +36,7 @@ git -C $workspace_path checkout $previous_revision --quiet
36
echo "Generating Hashes for Revision '$previous_revision'"
37
$bazel_diff generate-hashes -w $workspace_path -b $bazel_path $starting_hashes_json
38
39
-git -C $workspace_path checkout - --quiet
+git -C $workspace_path checkout $final_revision --quiet
40
41
echo "Generating Hashes for Revision '$final_revision'"
42
$bazel_diff generate-hashes -w $workspace_path -b $bazel_path -m $modified_filepaths_output $final_hashes_json
0 commit comments