Fixed checkout order

This commit is contained in:
Wyatt Johnson
2017-02-10 16:29:29 -07:00
parent 184e63e4e3
commit af49b0f6fb
+3 -3
View File
@@ -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