No need to CD for every script

This commit is contained in:
2020-02-06 08:12:03 +11:00
parent d6b6daaf41
commit c647987fa0

View File

@ -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