2
0
mirror of synced 2025-02-12 14:26:46 +00:00

[build] ci - wip

This commit is contained in:
Salakar 2018-09-03 18:30:38 +01:00
parent d9d08230cb
commit 6cdd5907fe

View File

@ -32,7 +32,7 @@ defaults: &defaults
working_directory: ~/react-native-firebase working_directory: ~/react-native-firebase
environment: environment:
- GIT_COMMIT_DESC: git log --format=oneline -n 1 $CIRCLE_SHA1 - GIT_COMMIT_DESC: git log --format=oneline -n 1 $CIRCLE_SHA1
- FIREBASE_SEVICE_ACCOUNT: git log --format=oneline -n 1 $CIRCLE_SHA1 - FB_ADMIN_SERVICE_ACCOUNT: $FIREBASE_SERVICE_ACCOUNT
# JAVASCRIPT # JAVASCRIPT
js_defaults: &js_defaults js_defaults: &js_defaults
@ -83,8 +83,7 @@ jobs:
# ------------------------- # -------------------------
workflows: workflows:
version: 2 version: 2
tests: tests:
jobs: jobs:
# Checkout repo and run Yarn # Checkout repo and run Yarn install at root and in tests
- checkout_code: - checkout_code: