Skip to content

Commit e8a073c

Browse files
roboquatmustard-mh
andauthored
[VS Code Browser] Build stable code 1.98.2 (#20661)
* [VS Code Browser] Build stable code `1.98.2` Tool: gitpod/catfood.gitpod.cloud * Update Dockerfile for code browser Tool: gitpod/catfood.gitpod.cloud --------- Co-authored-by: mustard <[email protected]>
1 parent aaa27c2 commit e8a073c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaultArgs:
77
publishToNPM: true
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: e81ab749002377cf40b1551661a6b80725141ff0
11-
codeVersion: 1.97.2
10+
codeCommit: 6ad315d5bcd16de3666651b41fd00a709951aa7b
11+
codeVersion: 1.98.2
1212
codeQuality: stable
1313
codeWebExtensionCommit: 3953e8160fffa97dd4a4509542b4bf7ff9b704cd
1414
xtermCommit: d547d4ff4590b66c3ea24342fc62e3afcf6b77bc

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
125125
mv product.json.tmp product.json && \
126126
jq '{quality,nameLong,nameShort}' product.json
127127

128-
RUN npm run gulp compile-build
128+
RUN npm run gulp compile-build-pr
129129
RUN npm run gulp extensions-ci
130130
RUN npm run gulp minify-vscode-reh
131131
RUN npm run gulp vscode-web-min-ci

0 commit comments

Comments
 (0)