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