Skip to content

Commit

Permalink
MoreClean
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io committed Aug 2, 2024
1 parent 4fc2253 commit a170fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/compute_impacted_targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ bazelDiff generate-hashes --bazelPath="${BAZEL_PATH}" --workspacePath="${WORKSPA

# Generate Hashes for the Merge Instance Branch + PR Branch
git -c "user.name=Trunk Actions" -c "[email protected]" merge --squash "${PR_BRANCH_HEAD_SHA}"
git clean -dfx -f --exclude=".trunk" --exclude="${merge_instance_branch_out}" --exclude="${merge_instance_with_pr_branch_out}" --exclude="${impacted_targets_out}" --exclude="bazel-diff.jar" .
git submodule update --recursive
bazelDiff generate-hashes --bazelPath="${BAZEL_PATH}" --workspacePath="${WORKSPACE_PATH}" "-so=${bazel_startup_options}" "${merge_instance_with_pr_branch_out}"

# Compute impacted targets
Expand Down

0 comments on commit a170fe3

Please sign in to comment.