Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scl
boilerplate
mobile-moko-boilerplate
Commits
218c2b75
Commit
218c2b75
authored
Jun 05, 2022
by
Aleksey Mikhailov
🗻
Browse files
disable testlab by default
parent
2ab4a3d2
Pipeline
#46789
passed with stages
in 8 minutes and 4 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
218c2b75
...
...
@@ -250,7 +250,8 @@ deploy android dev to gitlab:
only
:
-
/^build/android/dev/[0-9]*$/
deploy testlab dev
:
# remove dot to enable Fireabase Testlab for Android (setup of service account required!)
.deploy testlab dev
:
extends
:
.deploy_android_firebase_test_lab
variables
:
FIREBASE_APP_ID
:
$FIREBASE_APP_ID_ANDROID_DEV
...
...
@@ -282,7 +283,8 @@ deploy android stage to gitlab:
only
:
-
/^build/android/stage/[0-9]*$/
deploy testlab stage
:
# remove dot to enable Fireabase Testlab for Android (setup of service account required!)
.deploy testlab stage
:
extends
:
.deploy_android_firebase_test_lab
variables
:
FIREBASE_APP_ID
:
$FIREBASE_APP_ID_ANDROID_STAGE
...
...
@@ -314,7 +316,8 @@ deploy android prod to gitlab:
only
:
-
/^build/android/prod/[0-9]*$/
deploy testlab prod
:
# remove dot to enable Fireabase Testlab for Android (setup of service account required!)
.deploy testlab prod
:
extends
:
.deploy_android_firebase_test_lab
variables
:
FIREBASE_APP_ID
:
$FIREBASE_APP_ID_ANDROID_PROD
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment