Skip to content

Commit ae457e7

Browse files
committed
chore: clean up script
1 parent b5be10b commit ae457e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/dev/update-vscode.sh

-4
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,8 @@ main() {
9898
# Get the files with conflicts before we commit them
9999
# so we can list them in the PR body
100100
CONFLICTS=$(git diff --name-only --diff-filter=U | while read line; do echo "- $line"; done)
101-
102101
PR_BODY=$(make_pr_body "$VSCODE_EXACT_VERSION" "$CONFLICTS")
103102
104-
echo "Here is the PR Body"
105-
echo "$PR_BODY"
106-
107103
echo -e "\nForcing a commit with conflicts"
108104
echo "Note: this is intentional"
109105
echo "If we don't do this, code review is impossible."

0 commit comments

Comments
 (0)