No need to CD for every script
This commit is contained in:
@ -18,7 +18,6 @@ install:
|
|||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd $PROJECT
|
|
||||||
- yarn test
|
- yarn test
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
@ -27,5 +26,5 @@ deploy:
|
|||||||
script:
|
script:
|
||||||
- yarn deploy
|
- yarn deploy
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
#on:
|
on:
|
||||||
# branch: master
|
branch: gatsby
|
Reference in New Issue
Block a user