From c654a5be9b5dc8b86a43c17dbd95971b1d23ff39 Mon Sep 17 00:00:00 2001 From: kcw-grunt Date: Mon, 23 Dec 2024 21:27:58 +0000 Subject: [PATCH] looking for the pwd --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd194b73..e2e8c5f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: - run: bundle install - run: name: Fastlane - command: cd ios; bundle exec fastlane $FASTLANE_LANE + command: pwd; bundle exec fastlane $FASTLANE_LANE - store_artifacts: path: output - store_test_results: