Local testing

This commit is contained in:
2023-08-05 15:55:30 +01:00
parent 8a8d654287
commit 13047279c2

View File

@@ -63,7 +63,7 @@ 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 remote add -f driver_app_data https://github.com/hmalik144/driver_app_data.git git remote add -f driver_app_data https://github.com/hmalik144/driver_app_data.git
git subtree add --prefix=driver_app_data https://github.com/hmalik144/driver_app_data main --squash git subtree add --prefix=driver_app_data driver_app_data --squash
- restore_cache: - restore_cache:
keys: keys:
- emulator-cache-v1- - emulator-cache-v1-