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
This commit is part of merge request !172. Comments created here will be created in the context of that merge request.
...@@ -7,9 +7,7 @@ RUN apt-get update && apt-get install -y git ...@@ -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" 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 WORKDIR /src/gosdn
COPY go.mod . COPY go.* .
COPY go.sum .
RUN ls -la
RUN go mod download RUN go mod download
COPY . . COPY . .
RUN GOOS=linux go build $BUILDARGS ./cmd/gosdn 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