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

gp

parent be551bbf
No related branches found
No related tags found
No related merge requests found
Pipeline #76846 failed
...@@ -7,6 +7,10 @@ RUN apt-get update && apt-get install -y git ...@@ -7,6 +7,10 @@ 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.sum .
RUN ls -la
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