mirror of https://github.com/hashicorp/consul
Also install tar for the website deploy job (#6482)
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…
Reference in New Issue