Commit 096243a5 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix location

parent 3e758845
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ RUN wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz
RUN tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz

ENV PATH=$PATH:/usr/local/go/bin
RUN go install github.com/jstemmer/go-junit-report/v2@latest
RUN GOBIN=/usr/local/go/bin/ go install github.com/jstemmer/go-junit-report/v2@latest

COPY src  /rdb/src
COPY CMakeLists.txt  /rdb/