Skip to content

Commit

Permalink
Change branch for test OCI docker
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Nov 21, 2024
1 parent 039c976 commit c46efdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/docker/Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ RUN apt-get -y update && \
rm -rf /var/lib/apt/lists/*

ADD https://api.github.com/repos/ONLYOFFICE/DocSpace-buildtools/git/refs/heads/${GIT_BRANCH} version.json
RUN git clone -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-buildtools.git ${SRC_PATH}/buildtools && \
git clone --recurse-submodules -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Server.git ${SRC_PATH}/server && \
git clone -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Client.git ${SRC_PATH}/client && \
RUN git clone -b develop https://github.com/ONLYOFFICE/DocSpace-buildtools.git ${SRC_PATH}/buildtools && \
git clone --recurse-submodules -b develop https://github.com/ONLYOFFICE/DocSpace-Server.git ${SRC_PATH}/server && \
git clone -b develop https://github.com/ONLYOFFICE/DocSpace-Client.git ${SRC_PATH}/client && \
git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/docspace-plugins.git ${SRC_PATH}/plugins && \
git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/ASC.Web.Campaigns.git ${SRC_PATH}/campaigns

Expand Down

0 comments on commit c46efdc

Please sign in to comment.