Skip to content

Commit

Permalink
filterTrunk
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io committed Aug 2, 2024
1 parent 7974d0e commit 6a00a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/compute_impacted_targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ -n ${VERBOSE} ]]; then
echo "Merge Instance Depth= ${merge_instance_depth}"

git checkout "${MERGE_INSTANCE_BRANCH}"
git clean -dfx -f .
git clean -dfx -f --exclude=".trunk" .
git submodule update --recursive
git log -n "${merge_instance_depth}" --oneline

Expand All @@ -72,7 +72,7 @@ if [[ -n ${VERBOSE} ]]; then
echo "PR Depth= ${pr_depth}"

git checkout "${PR_BRANCH_HEAD_SHA}"
git clean -dfx -f .
git clean -dfx -f --exclude=".trunk" .
git submodule update --recursive
git log -n "${pr_depth}" --oneline
fi
Expand Down

0 comments on commit 6a00a04

Please sign in to comment.