Skip to content

Commit 4db0272

Browse files
committed
Dont keep waiting forever
1 parent 17c604e commit 4db0272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pitc-flow/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ func (m *PitcFlow) Full(
258258

259259
if err == nil {
260260
// After publishing the image, we can sign and attest
261-
wg.Add(3)
261+
wg.Add(2)
262+
// wg.Add(3)
262263

263264
_, dtErr := func() (string, error) {
264265
defer wg.Done()

0 commit comments

Comments
 (0)