Include firebase in docker base image

This commit is contained in:
Amit Jakubowicz 2018-05-19 13:09:21 +02:00
parent 48458728aa
commit 7b1b72efd6

View file

@ -1,4 +1,4 @@
image: node:6.11.5
image: mysocialobservations/firebase-tools
cache:
paths:
@ -11,7 +11,6 @@ deploy_staging:
- master
script:
- make configure-functions-staging
- npm install -g firebase-tools
- yarn
- (cd functions; yarn)
- firebase use --token $FIREBASE_DEPLOY_KEY_STAGING qpa-staging