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 a42944542b
commit ccd5b241ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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