Also install tar for the website deploy job (#6482)
This commit is contained in:
parent
a42944542b
commit
ccd5b241ba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue