Skip to content

Commit 57c83af

Browse files
committed
more debugging
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 638dea8 commit 57c83af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/builder/.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
before:
22
hooks:
3-
- pwd
4-
- go mod download
3+
- cmd: pwd
4+
output: true
5+
- cmd: go mod download
6+
output: true
57
monorepo:
68
tag_prefix: cmd/builder/
79
dir: .core/cmd/builder

0 commit comments

Comments
 (0)