Skip to content

Commit 59e73bd

Browse files
committed
trying fixing job
1 parent 4743d9a commit 59e73bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/gno-fee/dagger/builder/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ func (m *GnoFee) BuildAndRun(ctx context.Context, source *dagger.Directory) (int
2828
WithServiceBinding("gno", gnoService).
2929
WithExec(strings.Split("apk add jq curl", " ")).
3030
WithExec([]string{"sh", "-c",
31-
"[ $(curl -s gno:26657/status | jq -r '.result.sync_info.latest_block_height') -ge 1 ]"}).
31+
"[ $(curl -s gno:26657/status | jq -r '.result.sync_info.latest_block_height') -ge 0 ]"}).
3232
ExitCode(ctx)
3333
}

0 commit comments

Comments
 (0)