Move tar install forward (#6483)
This commit is contained in:
parent
2b04e2666c
commit
bdb3a9792e
|
@ -368,6 +368,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout:
|
- checkout:
|
||||||
path: ~/project
|
path: ~/project
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: add missing tar binary
|
||||||
|
command: apk update && apk add tar
|
||||||
|
|
||||||
# attach website build directory
|
# attach website build directory
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
@ -391,10 +395,6 @@ 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