Skip to content
Snippets Groups Projects
Commit d370d946 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent 20f4b16c
No related branches found
No related tags found
No related merge requests found
Pipeline #76854 failed
......@@ -7,9 +7,7 @@ RUN apt-get update && apt-get install -y git
RUN git config --global url."https://$GITLAB_USER:$GITLAB_TOKEN@code.fbi.h-da.de".insteadOf "https://code.fbi.h-da.de"
WORKDIR /src/gosdn
COPY go.mod .
COPY go.sum .
RUN ls -la
COPY go.* .
RUN go mod download
COPY . .
RUN GOOS=linux go build $BUILDARGS ./cmd/gosdn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment