Apparently the 'no-progress' flag is not in the installed aws-cli version, so it must be removed from the aws s3 sync command.

This commit is contained in:
Luke Anderson 2019-05-08 01:20:55 +10:00
parent 699e95cc67
commit a6a7f5de92
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -29,7 +29,7 @@ documentation:
stage: document
script:
- cargo doc --no-deps
- aws s3 sync target/doc/ s3://lighthouse-docs.sigmaprime.io/ --exclude '.lock' --delete --no-progress
- aws s3 sync target/doc/ s3://lighthouse-docs.sigmaprime.io/ --exclude '.lock' --delete
# Configure the below when we want to have a default page (and update S3 bucket index).
# - echo '<meta http-equiv="refresh" content="0; url={{ LIBRARY NAME }}">' > public/index.html
only: