Skip to content

Commit

Permalink
ci: fix for frdroid build and gh action for deps (WPB-8645) (#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Oct 16, 2024
1 parent 299d53a commit 47c2b69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ updates:
interval: "daily"
reviewers:
- "wireapp/android"
commit-message:
prefix: "chore(deps): [WPB-9777] "

- package-ecosystem: "github-actions"
open-pull-requests-limit: 1
Expand All @@ -20,3 +22,5 @@ updates:
interval: "weekly"
reviewers:
- "wireapp/android"
commit-message:
prefix: "chore(deps): [WPB-9777] "
3 changes: 1 addition & 2 deletions .github/workflows/build-fdroid-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
run: chmod +x ./gradlew
- name: build prod flavour APK
run:
./gradlew app:assembleFdroidCompatrelease \
-PisFDroidRelease=true
./gradlew app:assembleFdroidCompatrelease -PisFDroidRelease=true
env:
KEYSTORE_FILE_PATH_DEBUG: ${{ vars.KEYSTORE_FILE_PATH }}
KEYSTORE_FILE_PATH_RELEASE: ${{ vars.KEYSTORE_FILE_PATH }}
Expand Down

0 comments on commit 47c2b69

Please sign in to comment.