Skip to content

Commit 293604a

Browse files
volokluevVlad Kluev
andauthored
fix(CI): use default curl retry mechanism for wal2json install (#1890)
Co-authored-by: Vlad Kluev <[email protected]>
1 parent ee9aea9 commit 293604a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/install-wal2json.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ docker_curl() {
1111
--connect-timeout 5 \
1212
--max-time 10 \
1313
--retry 5 \
14-
--retry-delay 0 \
1514
--retry-max-time 60 \
1615
"$@"
1716
}

0 commit comments

Comments
 (0)