Skip to content

Commit

Permalink
ci: inject missing tar binary (#6477)
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer authored Sep 11, 2019
1 parent 5881cad commit 5c1104b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ jobs:
name: middleman build
command: bundle exec middleman build

- run:
name: add missing tar binary
command: apk update && apk add tar

# saves website build directory
- persist_to_workspace:
root: .
Expand Down

0 comments on commit 5c1104b

Please sign in to comment.