Skip to content

Commit

Permalink
Also disable go modules for go-licenses.
Browse files Browse the repository at this point in the history
go-licenses save is still failing in CI across our repos. I missed this in
tektoncd#485

I'm still mostly just guessing at fixes because I don't have a great way to repro this locally.
  • Loading branch information
dlorenc committed Jul 20, 2020
1 parent aa5e516 commit c850a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/images/test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ RUN apt update && apt install -y rubygems # for mdl
# Extra tools through go get
RUN GO111MODULE="on" go get github.com/google/ko/cmd/[email protected] && \
GO111MODULE="off" go get github.com/google/licenseclassifier && \
GO111MODULE="on" go get github.com/google/go-licenses && \
GO111MODULE="off" go get github.com/google/go-licenses && \
GO111MODULE="on" go get github.com/jstemmer/go-junit-report && \
GO111MODULE="on" go get github.com/raviqqe/liche && \
GO111MODULE="off" go get github.com/golang/dep/cmd/dep
Expand Down

0 comments on commit c850a3d

Please sign in to comment.