From 1e45520e67d17cbf74cd3641fa9bee21a8cc6a14 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 11 Feb 2018 09:59:54 -0500 Subject: [PATCH] Updating packages before attempting install --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67303a5..74bb3ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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