Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
#39 delete commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Feb 7, 2019
1 parent 5c1bf54 commit ca8a934
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dockerfiles/theia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,10 @@ RUN if [ ! -z "${GITHUB_TOKEN-}" ]; then \
fi

#invalidate cashe
ADD https://${GITHUB_TOKEN}:x-oauth-basic@api.github.com/repos/theia-ide/theia/git/${GIT_REF} /tmp/master.json
ADD https://${GITHUB_TOKEN}:x-oauth-basic@api.github.com/repos/theia-ide/theia/git/${GIT_REF} /tmp/branch_info.json

# Clone theia
RUN git clone --branch ${GIT_BRANCH_NAME} --single-branch --depth 1 https://github.com/theia-ide/theia ${HOME}/theia-source-code
# RUN if [ $THEIA_VERSION == "master" ]; then \
# echo "Cloning Theia master branch"; \
# (git clone --branch master --single-branch --depth 1 https://github.com/theia-ide/theia ${HOME}/theia-source-code) ; \
# else \
# (git clone --branch v${THEIA_VERSION} --single-branch --depth 1 https://github.com/theia-ide/theia ${HOME}/theia-source-code); \
# fi

# Add patches
ADD src/patches ${HOME}/patches
Expand Down

0 comments on commit ca8a934

Please sign in to comment.