ci: inject missing tar binary (#6477)

This commit is contained in:
R.B. Boyer 2019-09-11 10:41:02 -05:00 committed by GitHub
parent 8bab4b37e5
commit ad067ae4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -349,6 +349,10 @@ jobs:
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
# saves website build directory # saves website build directory
- persist_to_workspace: - persist_to_workspace:
root: . root: .