Skip to content

Commit

Permalink
(fix) allow fail browserstack upload on build
Browse files Browse the repository at this point in the history
  • Loading branch information
msantang78 committed Jul 21, 2022
1 parent 6deabe0 commit e6c5444
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,10 @@ upload:browserstack:oss: # Upload to Browserstack
before_script:
- *getversion
- export TARGET_NAME=Minds-$APPVERSION.apk
- export CUSTOM_ID= 'data={"custom_id":"ANDROID_PRODUCTION"}'
- export CUSTOM_ID='data={"custom_id":"ANDROID_PRODUCTION"}'
dependencies:
- build:androidproduction
allow_failure: true
only:
refs:
- master
Expand Down Expand Up @@ -375,6 +376,7 @@ upload:browserstack:oss:rc: # Upload to Browserstack
- export CUSTOM_ID='data={"custom_id":"ANDROID_RC"}'
dependencies:
- build:androidproduction
allow_failure: true
only:
refs:
- develop
Expand Down

0 comments on commit e6c5444

Please sign in to comment.