Skip to content

Commit c127011

Browse files
committed
fix code workbench.html from sources
1 parent 1851425 commit c127011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defaultArgs:
77
publishToNPM: true
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: a10055399a4d1cba7dc4a77ab4423af6a48bc349
10+
codeCommit: 8fe866b82edb11ba806699c02642d0486f5ec435
1111
codeVersion: 1.75.0
1212
codeQuality: stable
1313
noVerifyJBPlugin: false

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN yarn --cwd extensions compile \
7878
# Check pkg/blobserve/blobserve.go, `inlineVars` method
7979
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
8080
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
81-
&& sed -i -e 's#static/##g' /vscode-web/index.html \
81+
&& sed -i -e 's#{{WORKBENCH_WEB_BASE_URL}}#.#g' /vscode-web/index.html \
8282
&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
8383

8484
# cli config: alises to gitpod-code

0 commit comments

Comments
 (0)