Trying install with more output

This commit is contained in:
Jeff Avallone 2018-02-11 10:06:59 -05:00
parent 1e45520e67
commit 1e07be44da

View File

@ -34,8 +34,7 @@ jobs:
- run:
name: Deploy to S3
command: |
sudo apt-get update
sudo apt-get install -y -qq install awscli
sudo apt-get install install awscli
aws s3 sync build s3://$DEPLOY_BUCKET/ --delete
workflows: