From 9904c6792e6dfe666eb929ff573442395a501728 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 5 Aug 2023 16:07:38 +0100 Subject: [PATCH] Local testing --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb46f58..c412dd7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,8 @@ commands: 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 + git stash list + git stash apply - restore_cache: keys: - emulator-cache-v1-