Move tar install forward (#6483)

This commit is contained in:
Matt Keeler 2019-09-12 17:25:14 -04:00 committed by GitHub
parent 2b04e2666c
commit bdb3a9792e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -368,6 +368,10 @@ jobs:
steps:
- checkout:
path: ~/project
- run:
name: add missing tar binary
command: apk update && apk add tar
# attach website build directory
- attach_workspace:
@ -391,10 +395,6 @@ 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