From b30a0a4b0753ef2422ac249f161e37d0bd2cb2fc Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 5 Aug 2023 15:57:53 +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 ea2980b..06851d5 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 driver_app_data --squash + git subtree add --prefix=driver_app_data driver_app_data main --squash - restore_cache: keys: - emulator-cache-v1-