We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4743d9a commit 59e73bdCopy full SHA for 59e73bd
misc/gno-fee/dagger/builder/main.go
@@ -28,6 +28,6 @@ func (m *GnoFee) BuildAndRun(ctx context.Context, source *dagger.Directory) (int
28
WithServiceBinding("gno", gnoService).
29
WithExec(strings.Split("apk add jq curl", " ")).
30
WithExec([]string{"sh", "-c",
31
- "[ $(curl -s gno:26657/status | jq -r '.result.sync_info.latest_block_height') -ge 1 ]"}).
+ "[ $(curl -s gno:26657/status | jq -r '.result.sync_info.latest_block_height') -ge 0 ]"}).
32
ExitCode(ctx)
33
}
0 commit comments