Also install tar for the website deploy job (#6482)

This commit is contained in:
Matt Keeler 2019-09-12 17:05:02 -04:00 committed by GitHub
parent 9be6dfc310
commit 99499170cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,6 +392,10 @@ jobs:
name: middleman build
command: bundle exec middleman build
- run:
name: add missing tar binary
command: apk update && apk add tar
- run:
name: website deploy
command: ./scripts/deploy.sh