Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io committed Aug 2, 2024
1 parent fdd80e4 commit c8f454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/compute_impacted_targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ else
logIfVerbose "Hashes for merge result don't exist in cache, merging and computing..."
git -c "user.name=Trunk Actions" -c "[email protected]" merge --squash "${original_branch}"
git checkout -q "${original_branch}"
git clean -dfx -f --exclude=".trunk" --exclude="bazel-diff.jar" --exclude="${MERGE_INSTANCE_BRANCH_HEAD_SHA}" --exclude="bazel-" .
git clean -dfx -f --exclude=".trunk" --exclude="bazel-diff.jar" --exclude="${MERGE_INSTANCE_BRANCH_HEAD_SHA}" --exclude="bazel-*" .
generate_hashes "${merge_instance_with_pr_branch_out}"
fi

Expand Down

0 comments on commit c8f454e

Please sign in to comment.