Revert back to official node image with make support

This commit is contained in:
Amit Jakubowicz 2018-05-19 13:13:41 +02:00
parent 9b79079714
commit c153a37e7c

View file

@ -1,4 +1,4 @@
image: mysocialobservations/firebase-tools:6.9-alpine
image: node:6.11.5
cache:
paths:
@ -11,6 +11,7 @@ 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