Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 11, 2024
1 parent 4759ad4 commit d374189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos7-build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY $VCPKG_CACHE_DIR /workspace/
ARG BRANCH=develop
RUN cd /workspace && \
source /opt/rh/rh-git227/enable && \
git clone https://github.com/AntaresSimulatorTeam/antares-xpansion.git --branch $BRANCH && \
git clone https://github.com/AntaresSimulatorTeam/antares-xpansion.git --depth=1 --single-branch --branch $BRANCH && \
cd antares-xpansion && \
git submodule update --init vcpkg && ./vcpkg/bootstrap-vcpkg.sh -disableMetrics && \
export VCPKG_ROOT=/workspace/antares-xpansion/vcpkg
Expand Down

0 comments on commit d374189

Please sign in to comment.