Update .gitlab-ci.yml

This commit is contained in:
Raman deep
2021-01-30 05:38:55 +00:00
parent 43c335f944
commit bab757388b

View File

@@ -62,16 +62,9 @@ variables:
# Warn if there were no configurations
- if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi
test_lab_test_debug:
test_lab_debug:
<<: *test_lab_template_def
only:
- test-lab
script:
- cp app/build/outputs/apk/app-debug.apk ./app.apk
test_lab_test_release:
<<: *test_lab_template_def
only:
- master
script:
- cp app/build/outputs/apk/app-release.apk ./app.apk
- cp app/build/outputs/apk/autopizza/debug/app-autopizza-debug.apk ./app.apk
dependencies:
- build_debug