We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c6726 commit a83cf55Copy full SHA for a83cf55
components/ide/code/gitpod-web-extension/leeway.Dockerfile
@@ -18,7 +18,8 @@ WORKDIR /gitpod-code-web
18
RUN yarn --frozen-lockfile --network-timeout 180000
19
20
# update package.json
21
-RUN setSegmentKey="setpath([\"segmentKey\"]; \"untrusted-dummy-key\")" && \
+RUN cd gitpod-web && \
22
+ setSegmentKey="setpath([\"segmentKey\"]; \"untrusted-dummy-key\")" && \
23
jqCommands="${setSegmentKey}" && \
24
cat package.json | jq "${jqCommands}" > package.json.tmp && \
25
mv package.json.tmp package.json
0 commit comments