Removed logging information

This commit is contained in:
Zakary Timson 2018-07-17 22:38:13 -04:00
parent f955b91617
commit b6fa432b5d

View File

@ -41,8 +41,6 @@ jobs:
- store_artifacts:
path: public
- run: pwd
deploy:
docker:
- image: circleci/node:10.4-browsers
@ -55,10 +53,6 @@ jobs:
- attach_workspace:
at: ./
- run: ls
- run: pwd
- run:
name: Deploy
command: yarn firebase deploy --token "${FIREBASE_TOKEN}"