mirror of
https://github.com/hmalik144/Driver.git
synced 2026-01-31 02:41:46 +00:00
- config.yml updated
This commit is contained in:
@@ -14,6 +14,12 @@ commands:
|
|||||||
description: checkout repo and android dependencies
|
description: checkout repo and android dependencies
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Setup subtree for test data
|
||||||
|
command: |
|
||||||
|
git config --global user.email "$GIT_EMAIL"
|
||||||
|
git config --global user.name "$GIT_EMAIL"
|
||||||
|
git subtree add --prefix=driver_app_data https://github.com/hmalik144/driver_app_data main
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||||
- run:
|
- run:
|
||||||
@@ -26,13 +32,7 @@ commands:
|
|||||||
paths:
|
paths:
|
||||||
- ~/.gradle
|
- ~/.gradle
|
||||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||||
# config git user
|
|
||||||
- run:
|
|
||||||
name: Setup subtree for test data
|
|
||||||
command: |
|
|
||||||
git config --global user.email "$GIT_EMAIL"
|
|
||||||
git config --global user.name "$GIT_EMAIL"
|
|
||||||
git subtree add --prefix=driver_app_data https://github.com/hmalik144/driver_app_data main
|
|
||||||
# Setup files for build.
|
# Setup files for build.
|
||||||
- run:
|
- run:
|
||||||
name: Setup variables for build
|
name: Setup variables for build
|
||||||
|
|||||||
Reference in New Issue
Block a user