From e8bdc76f2e19533bd054bc7596b2eb481ac60581 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 5 Aug 2023 16:03:48 +0100 Subject: [PATCH] Local testing --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06851d5..cb46f58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,10 +60,12 @@ commands: - run: name: Setup subtree for test data command: | + git stash 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 main --squash + git stash pop - restore_cache: keys: - emulator-cache-v1-