You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com".insteadOf https://gitlab.com
10
-
RUN git config --global url."https://${CI_JOB_TOKEN}@github.com/".insteadOf https://github.com/
11
-
RUN go env -w GOPRIVATE=github.com/*,gitlab.com/*
7
+
COPY go.mod .
8
+
COPY go.sum .
9
+
RUN go mod download
10
+
11
+
COPY . .
12
12
13
13
RUN go mod tidy && go mod vendor
14
14
RUN CGO_ENABLED=1 GO111MODULE=on GOOS=linux go build -o /usr/local/bin/proof-verification-relayer /go/src/github.com/rarimo/proof-verification-relayer
0 commit comments