Skip to content

Commit

Permalink
[code] rename gitpod extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Aug 26, 2021
1 parent 2eb9f4d commit 9d068c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 77c0ff0c18222149c9c5c7f01b8856cdb41071cc
ENV GP_CODE_COMMIT 50f2bea99c20d24b876e5e2c6c4dbab31da7e3cc
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand All @@ -51,7 +51,7 @@ RUN mkdir gp-code \
&& git reset --hard FETCH_HEAD
WORKDIR /gp-code
RUN yarn
RUN yarn gitpod:link
RUN yarn --cwd ./extensions compile
RUN yarn gulp gitpod-min

# grant write permissions for built-in extensions
Expand Down

0 comments on commit 9d068c7

Please sign in to comment.