mirror of https://github.com/status-im/consul.git
ci: inject missing tar binary (#6477)
This commit is contained in:
parent
5881cad1f8
commit
5c1104b285
|
@ -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: .
|
||||
|
|
Loading…
Reference in New Issue