Skip to content
Snippets Groups Projects

Resolve "Improve pipeline speed"

Merged Ghost User requested to merge 126-improve-pipeline-speed into develop
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -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
Loading