Also install tar for the website deploy job (#6482)
This commit is contained in:
parent
a42944542b
commit
ccd5b241ba
|
@ -391,6 +391,10 @@ jobs:
|
|||
- run:
|
||||
name: middleman build
|
||||
command: bundle exec middleman build
|
||||
|
||||
- run:
|
||||
name: add missing tar binary
|
||||
command: apk update && apk add tar
|
||||
|
||||
- run:
|
||||
name: website deploy
|
||||
|
|
Loading…
Reference in New Issue