Skip to content

Commit

Permalink
Speed up checkout and fix Android key error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 25, 2024
1 parent 7fafef1 commit 6ba96af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
with:
repository: 'Expensify/Mobile-Expensify'
submodules: true
fetch-depth: 0
path: 'Mobile-Expensify'
token: ${{ secrets.OS_BOTIFY_TOKEN }}

Expand Down Expand Up @@ -487,7 +486,6 @@ jobs:
with:
repository: 'Expensify/Mobile-Expensify'
submodules: true
fetch-depth: 0
path: 'Mobile-Expensify'
token: ${{ secrets.OS_BOTIFY_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ platform :android do
ENV["SUPPLY_UPLOAD_MAX_RETRIES"]="5"
upload_to_play_store(
package_name: "org.me.mobiexpensifyg",
json_key: './android/app/android-fastlane-json-key.json',
json_key: './android-fastlane-json-key.json',
aab: ENV[KEY_GRADLE_AAB_PATH],
track: 'alpha',
rollout: '1.0'
Expand Down

0 comments on commit 6ba96af

Please sign in to comment.