Skip to content

Commit

Permalink
[code] fix #4426: fix externalization of already external URLs (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov authored Jun 9, 2021
1 parent b1930c8 commit b630003
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 c4646a76fb5abdd6e0b5a96efb1f74f5b3ed209d
ENV GP_CODE_COMMIT 705321fef71b9119ecc09fb8ac78e6c064d8e563
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit b630003

Please sign in to comment.