Skip to content

Commit c3e4bfc

Browse files
committed
remove github token from config in the docker image
1 parent 6b8cdd3 commit c3e4bfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ WORKDIR $GOPATH/src/github.com/renproject/solana-ffi
4848
RUN git checkout 720c0143d8655bfcd412ae73c949474df2c1dcf3
4949
RUN make clean && make
5050
RUN go install ./...
51+
52+
RUN git config --global --remove-section url."https://${GITHUB_TOKEN}:[email protected]/"

0 commit comments

Comments
 (0)