From 13047279c20cf921fd3cda70bdbaae8726afb6a9 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 5 Aug 2023 15:55:30 +0100 Subject: [PATCH] Local testing --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a897b29..ea2980b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ commands: git config --global user.email "$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 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: keys: - emulator-cache-v1-