mirror of https://github.com/google/oss-fuzz.git
Increase retry value to avoid build failures (#1468)
This commit is contained in:
parent
cfa75aa5c5
commit
47d8e4bdb6
|
@ -3,5 +3,5 @@ from ubuntu:16.04
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y
|
||||||
RUN apt-get install -y curl
|
RUN apt-get install -y curl
|
||||||
|
|
||||||
ENTRYPOINT ["curl", "--retry", "2", "-X", "PUT", "-T"]
|
ENTRYPOINT ["curl", "--retry", "5", "-X", "PUT", "-T"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue