Skip to content

Commit

Permalink
debug github action errors
Browse files Browse the repository at this point in the history
Signed-off-by: tomcli <[email protected]>
  • Loading branch information
Tomcli committed Apr 8, 2024
1 parent de05450 commit b185fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN ./hack/install-go-licenses.sh
# First, make sure there's no forbidden license.
RUN go-licenses check ./backend/src/apiserver
RUN go-licenses csv ./backend/src/apiserver > /tmp/licenses.csv && \
cat /tmp/licenses.csv && \
diff /tmp/licenses.csv backend/third_party_licenses/apiserver.csv && \
go-licenses save ./backend/src/apiserver --save_path /tmp/NOTICES

Expand Down

0 comments on commit b185fc3

Please sign in to comment.