From af49b0f6fb68f7a44bc0abf5e9f32533471b53e3 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 10 Feb 2017 16:29:29 -0700 Subject: [PATCH] Fixed checkout order --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 653b0e7d4..c3788b9a1 100644 --- a/circle.yml +++ b/circle.yml @@ -13,15 +13,15 @@ stages: environment: - NODE_ENV: test steps: + # Get the code + - type: checkout + - type: shell shell: /bin/bash command: | # add in path rewrite echo "PATH=$PATH:~/talk/node_modules/.bin" >> ~/.bashrc - # Get the code - - type: checkout - # Restore the yarn cache - type: cache-restore key: yarn-cache