Skip to content

Commit

Permalink
cicd: clean dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raina committed Mar 20, 2024
1 parent 407c5df commit 5eea713
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ RUN apk add --no-cache build-base git bash linux-headers eudev-dev curl ca-certi
WORKDIR /build
COPY . .

ARG GH_TOKEN=""
RUN go env -w GOPRIVATE="github.com/bnb-chain/*"
RUN git config --global url."https://${GH_TOKEN}@github.com".insteadOf "https://github.com"

RUN go mod tidy
RUN go build -o .build/sentry ./cmd

Expand Down

0 comments on commit 5eea713

Please sign in to comment.