From a2b3c788604d1cf9638b4711fe8db170baff8e0e Mon Sep 17 00:00:00 2001 From: Raman deep Date: Mon, 1 Mar 2021 17:50:13 +0000 Subject: [PATCH] Updated the gitlab-ci.yml yaml file, character limit NIRT lab number and spin tube ID are 6 ,All the Automation Test Cases are edited ,About app Version Added ,Email ids for notify pipeline output are added. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9cfd0a..191117b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,10 +102,6 @@ build_debug: # Output for debug logging purpose only - echo $TEST_LAB_DEVICE_CONFIGURATIONS - - # Run tests if there were any configured - - if [ -n "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then gcloud firebase test android run --type robo --app app.apk $TEST_LAB_DEVICE_CONFIGURATIONS --timeout 90s; fi - # Warn if there were no configurations - if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi