Skip to content

Commit

Permalink
Changed working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 23, 2024
1 parent 2285202 commit 535bf2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-test:
macos:
xcode: 14.0.1
working_directory: /Users/distiller/project
working_directory: /
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: test
Expand All @@ -33,7 +33,7 @@ jobs:
adhoc:
macos:
xcode: 14.0.1
working_directory: /Users/distiller/project
working_directory: /
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: adhoc
Expand All @@ -50,7 +50,7 @@ jobs:
beta:
macos:
xcode: 14.0.1
working_directory: /Users/distiller/project
working_directory: /
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: beta
Expand Down

0 comments on commit 535bf2b

Please sign in to comment.