Skip to content

Commit

Permalink
[code] local support
Browse files Browse the repository at this point in the history
- suppress version mismatch error for now
- heartbeating
- local auth provider
  • Loading branch information
akosyakov committed May 20, 2021
1 parent 4b357b2 commit 53e708f
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 e01c9d7b3bb46f68cb7d38ec3e8eb394621bba41
ENV GP_CODE_COMMIT ce28a84464d2a0b45b3e7f5a1126a4276114a22d
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit 53e708f

Please sign in to comment.