Skip to content
Snippets Groups Projects
Commit 881232a8 authored by Dale Wijnand's avatar Dale Wijnand
Browse files

CI: Add travis_retry when uploading binaries to S3

parent 9e0ab3b4
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ rm $BINARIES # Don't check me in!
# Upload to S3
S3_URL=$(curl -X POST "https://s3-bouncer.herokuapp.com/put")
curl "$S3_URL" --upload-file binaries.tgz
travis_retry curl "$S3_URL" --upload-file binaries.tgz
rm binaries.tgz # Don't check me in!
echo "$S3_URL" | xargs basename | cut -d '?' -f 1 > s3-object.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment