Skip to content

Commit

Permalink
Assemble APKs before firebase deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Jan 5, 2021
1 parent dd13193 commit 9406dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ deploy-firebase:
script:
- git submodule sync
- git submodule update --init --force --remote
- ./gradlew appDistributionUploadBrdRelease appDistributionUploadBrdTestnetRelease appDistributionUploadBrdDebug appDistributionUploadBrdTestnetDebug
- ./gradlew assemble appDistributionUploadBrdRelease appDistributionUploadBrdTestnetRelease appDistributionUploadBrdDebug appDistributionUploadBrdTestnetDebug
rules:
- if: '$CI_COMMIT_TAG != null'
artifacts:
Expand Down

0 comments on commit 9406dad

Please sign in to comment.