Skip to content

Commit b9a6424

Browse files
committed
Do not build debug apk
We have internal test track in Google Play for that use case.
1 parent 62e48cb commit b9a6424

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ Test Firestore rules:
3333
- yarn install
3434
- yarn test
3535

36-
Build APK (debug):
37-
extends: .gradle
38-
stage: build
39-
only:
40-
- master
41-
script:
42-
- ./gradlew assembleDebug
43-
- cp app/build/outputs/apk/debug/app-debug.apk .
44-
artifacts:
45-
paths:
46-
- app-debug.apk
47-
expose_as: Debug APK
48-
4936
Publish to Google Play:
5037
extends: .gradle
5138
stage: build

0 commit comments

Comments
 (0)