mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
Also install tar for the website deploy job (#6482)
This commit is contained in:
parent
9be6dfc310
commit
99499170cf
@ -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…
x
Reference in New Issue
Block a user