Skip to content

Commit

Permalink
[code] disable desktop support for stable
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Aug 30, 2021
1 parent fd308fe commit a11b80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh |
&& npm install -g yarn node-gyp
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH

ENV GP_CODE_COMMIT 10009f5b3c471180d58f54c47f137654fd180de8
ENV GP_CODE_COMMIT 330c9b35c2f3d95af9192bc1ce23eccc5fcbe808
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit a11b80d

Please sign in to comment.