Updating packages before attempting install

This commit is contained in:
Jeff Avallone 2018-02-11 09:59:54 -05:00
parent 6dcd0595ae
commit 1e45520e67

View File

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