mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Fixed checkout order
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user