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

@ -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