Local testing

This commit is contained in:
2023-08-03 22:14:14 +01:00
parent 2a64c9973f
commit 7defb55a76

View File

@@ -20,6 +20,9 @@ commands:
git config --global user.email "$GIT_EMAIL" git config --global user.email "$GIT_EMAIL"
git config --global user.name "$GIT_EMAIL" git config --global user.name "$GIT_EMAIL"
git subtree add --prefix=driver_app_data https://github.com/hmalik144/driver_app_data main git subtree add --prefix=driver_app_data https://github.com/hmalik144/driver_app_data main
# Added to prevent gradle build failures in pipeline
- android/create-keystore-properties:
release-keystore: "keystore.jks"
- android/restore-gradle-cache - android/restore-gradle-cache
- run: - run:
name: Download Dependencies name: Download Dependencies