Skip to content

Commit d03c9f5

Browse files
committed
Fix mismatching commit between client and server
1 parent 55d878e commit d03c9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ bundle_vscode() {
8888
cat << EOF
8989
{
9090
"enableTelemetry": true,
91-
"commit": "$(git rev-parse HEAD)",
91+
"commit": "$(cd "$VSCODE_SRC_PATH" && git rev-parse HEAD)",
9292
"quality": "stable",
9393
"date": $(jq -n 'now | todate')
9494
}

0 commit comments

Comments
 (0)