From bdb3a9792e3416077fa413d3ad4c382dce727759 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Thu, 12 Sep 2019 17:25:14 -0400 Subject: [PATCH] Move tar install forward (#6483) --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ee23eb55..7b12297cd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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