Skip to content

Commit 3f90f77

Browse files
committed
Print errors to user via Mage verbose flag
If there is an error, it is useful to display it to the user, rather than leaving them in the dark.
1 parent 03718e8 commit 3f90f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN scripts/install-mage.sh
88

99
RUN mage -compile /bin/check-labels -goos linux -goarch amd64
1010

11-
ENTRYPOINT ["/bin/check-labels"]
11+
ENTRYPOINT ["/bin/check-labels", "-v"]

0 commit comments

Comments
 (0)