Skip to content
Snippets Groups Projects
Commit a50ed5f2 authored by Michael Simon's avatar Michael Simon
Browse files

REGAPP-43 guess we nee to fetch all

parent a7b2771a
No related branches found
No related tags found
No related merge requests found
Pipeline #158411 failed
...@@ -4,6 +4,7 @@ ARG CHECKOUT_NAME=$CHECKOUT_NAME ...@@ -4,6 +4,7 @@ ARG CHECKOUT_NAME=$CHECKOUT_NAME
ARG CHECKOUT_BRANCH_NAME=$CHECKOUT_BRANCH_NAME ARG CHECKOUT_BRANCH_NAME=$CHECKOUT_BRANCH_NAME
RUN git clone https://gitlab.kit.edu/kit/reg-app/regapp.git RUN git clone https://gitlab.kit.edu/kit/reg-app/regapp.git
WORKDIR /app/regapp WORKDIR /app/regapp
RUN git fetch --all
RUN git checkout $CHECKOUT_NAME -b $CHECKOUT_BRANCH_NAME RUN git checkout $CHECKOUT_NAME -b $CHECKOUT_BRANCH_NAME
FROM maven:3.6-openjdk-11-slim AS build FROM maven:3.6-openjdk-11-slim AS build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment