aboutsummaryrefslogtreecommitdiff
path: root/infra/uploader
diff options
context:
space:
mode:
authorOliver Chang <oliverchang@users.noreply.github.com>2017-09-01 12:46:35 -0700
committerGitHub <noreply@github.com>2017-09-01 12:46:35 -0700
commit95d9054d0049bd725dcdf3e66d737dfa5d40c55a (patch)
tree5b31d8761609d831f34c33d4126e4a14c972d5c6 /infra/uploader
parent4e9b30adc96329c9d6d3da69c2284830ee8a42c6 (diff)
downloadoss-fuzz-95d9054d0049bd725dcdf3e66d737dfa5d40c55a.tar.gz
[infra] Add retry to upload
Diffstat (limited to 'infra/uploader')
-rw-r--r--infra/uploader/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/uploader/Dockerfile b/infra/uploader/Dockerfile
index b71a5dbe5..8819d50c3 100644
--- a/infra/uploader/Dockerfile
+++ b/infra/uploader/Dockerfile
@@ -3,5 +3,5 @@ from ubuntu:16.04
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y curl
-ENTRYPOINT ["curl", "-X", "PUT", "-T"]
+ENTRYPOINT ["curl", "--retry", "2", "-X", "PUT", "-T"]