Skip to content

Commit

Permalink
chore: change branch to "zonneplan" since build is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbode committed Oct 4, 2024
1 parent 9455fda commit cf3e75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG VROOM_EXPRESS_RELEASE=master
RUN echo "Cloning and installing vroom-express release/branch ${VROOM_EXPRESS_RELEASE}..." && \
git clone --branch $VROOM_EXPRESS_RELEASE --single-branch https://github.com/VROOM-Project/vroom-express.git

ARG VROOM_RELEASE=feature/max-tasks-per-job-type
ARG VROOM_RELEASE=zonneplan

RUN echo "Cloning and installing vroom release/branch ${VROOM_RELEASE}..." && \
git clone --branch $VROOM_RELEASE --single-branch --recurse-submodules https://github.com/zonneplan/vroom.git && \
Expand Down

0 comments on commit cf3e75e

Please sign in to comment.