Skip to content

Commit

Permalink
ci: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Jun 3, 2024
1 parent 1e5bc41 commit 5d4c042
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-beta-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,3 @@ jobs:
packageName: com.wire.android.internal
releaseFiles: app/build/outputs/bundle/betaRelease/*.aab
track: internal
mappingFile: app/build/outputs/mapping/betaRelease/mapping.txt

5 changes: 1 addition & 4 deletions .github/workflows/build-prod-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,4 @@ jobs:
serviceAccountJson: service_account.json
packageName: com.wire
releaseFiles: app/build/outputs/bundle/prodCompatRelease/*.aab
track: prod
status: inProgress
userFraction: 0.1 # 10% of users
mappingFile: app/build/outputs/mapping/prodCompatRelease/mapping.txt
track: alpha
10 changes: 0 additions & 10 deletions .github/workflows/build-rc-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ jobs:
KEYPWD_COMPAT: ${{ secrets.SIGNING_KEY_PASSWORD_INTERNAL_RELEASE }}
KEYSTOREPWD_COMPAT: ${{ secrets.SIGNING_STORE_PASSWORD_INTERNAL_RELEASE }}
ENABLE_SIGNING: ${{ secrets.ENABLE_SIGNING }}
- name: Create service_account.json
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
- name: Deploy to alpha track
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: service_account.json
packageName: com.wire.internal
releaseFiles: app/build/outputs/bundle/internalCompat/*.aab
track: alpha
mappingFile: app/build/outputs/mapping/internalCompat/mapping.txt
- name: Build Staging flavour
run:
./gradlew app:assembleStagingCompat
Expand Down

0 comments on commit 5d4c042

Please sign in to comment.