codeship / scripts

Scripts for use on Codeship Basic

Home Page:https://codeship.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamodb setup scripts consistently runs to error

mkls opened this issue · comments

As part of our setup step, we run \curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/dynamodb.sh | bash -s

It was running fine for a long time, but today we started getting this output and our build is consistently failing:

--2020-08-26 11:43:00--  https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz
Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 52.218.249.88
Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|52.218.249.88|:443... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.


gzip: stdin: decompression OK, trailing garbage ignored
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Does anybody know why this is happening and how could we make it work again?

I just had to clear cache, sorry about it