mirror of https://github.com/status-im/consul.git
Move tar install forward (#6483)
This commit is contained in:
parent
51737c6149
commit
593a587f4d
|
@ -369,6 +369,10 @@ jobs:
|
|||
- checkout:
|
||||
path: ~/project
|
||||
|
||||
- run:
|
||||
name: add missing tar binary
|
||||
command: apk update && apk add tar
|
||||
|
||||
# attach website build directory
|
||||
- attach_workspace:
|
||||
at: ~/project/website
|
||||
|
@ -392,10 +396,6 @@ jobs:
|
|||
name: middleman build
|
||||
command: bundle exec middleman build
|
||||
|
||||
- run:
|
||||
name: add missing tar binary
|
||||
command: apk update && apk add tar
|
||||
|
||||
- run:
|
||||
name: website deploy
|
||||
command: ./scripts/deploy.sh
|
||||
|
|
Loading…
Reference in New Issue