File tree Expand file tree Collapse file tree 3 files changed +7
-164
lines changed Expand file tree Collapse file tree 3 files changed +7
-164
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ packages:
2525 - codeQuality
2626 - codeVersion
2727 config :
28- dockerfile : leeway.nightly. Dockerfile
28+ dockerfile : leeway.Dockerfile
2929 metadata :
3030 helm-component : workspace.codeImage
3131 buildArgs :
Original file line number Diff line number Diff line change @@ -125,16 +125,16 @@ 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 \
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
133133
134134# config for first layer needed by blobserve
135135# this custom urls will be then replaced by blobserve.
136136# 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 \
138138&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
139139&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
140140
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments