Skip to content

Commit

Permalink
add verbose flag to aid debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Nov 6, 2023
1 parent 629b662 commit 159d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ko-apply-rekor:
.PHONY: ko-apply-trillian
ko-apply-trillian:
LDFLAGS="$(LDFLAGS)" \
ko apply -BRf ./config/trillian
ko apply -v -BRf ./config/trillian

.PHONY: ko-apply-tsa
ko-apply-tsa:
Expand Down

0 comments on commit 159d13a

Please sign in to comment.