File tree Expand file tree Collapse file tree 4 files changed +9
-166
lines changed Expand file tree Collapse file tree 4 files changed +9
-166
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ defaultArgs:
7
7
publishToNPM : true
8
8
publishToJBMarketplace : true
9
9
localAppVersion : unknown
10
- codeCommit : df9057e10ad761c6a8378b72b37554c1458256e3
11
- codeVersion : 1.94.2
10
+ codeCommit : 95cd0fc82319b9a57b8f01d1522b833beee19b02
11
+ codeVersion : 1.95.0
12
12
codeQuality : stable
13
13
codeWebExtensionCommit : 7ff72a2938a7a06cbdf3964590f7e9b7525958f3
14
14
xtermCommit : d547d4ff4590b66c3ea24342fc62e3afcf6b77bc
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages:
25
25
- codeQuality
26
26
- codeVersion
27
27
config :
28
- dockerfile : leeway.nightly. Dockerfile
28
+ dockerfile : leeway.Dockerfile
29
29
metadata :
30
30
helm-component : workspace.codeImage
31
31
buildArgs :
Original file line number Diff line number Diff line change @@ -125,16 +125,16 @@ RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
125
125
mv product.json.tmp product.json && \
126
126
jq '{quality,nameLong,nameShort}' product.json
127
127
128
- RUN npm run gulp compile-build \
129
- && npm run gulp extensions-ci \
130
- && npm run gulp minify-vscode-reh \
131
- && npm run gulp vscode-web-min-ci \
132
- && npm run gulp vscode-reh-linux-x64-min-ci
128
+ RUN npm run gulp compile-build
129
+ RUN npm run gulp extensions-ci
130
+ RUN npm run gulp minify-vscode-reh
131
+ RUN npm run gulp vscode-web-min-ci
132
+ RUN npm run gulp vscode-reh-linux-x64-min-ci
133
133
134
134
# config for first layer needed by blobserve
135
135
# this custom urls will be then replaced by blobserve.
136
136
# Check pkg/blobserve/blobserve.go, `inlineVars` method
137
- RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.esm. html /vscode-web/index.html \
137
+ RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
138
138
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
139
139
&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
140
140
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments