MM-46445_Add a way to bypass Desktop App onboarding to buildConfig (#2232)

This commit is contained in:
Julian Mondragón
2022-08-23 10:19:41 -05:00
committed by GitHub
parent 93b6eb4f9b
commit 8f8407c16a
8 changed files with 18 additions and 1 deletions

View File

@@ -108,6 +108,13 @@ commands:
type: string
default: "./linux/"
steps:
- when:
condition: << pipeline.parameters.run_nightly >>
steps:
- run:
name: Patch buildConfig file for run nightly
command: |
sed -i "" "s/skipOnboardingScreens:[[:blank:]]*false/skipOnboardingScreens: true/" ./src/common/config/buildConfig.ts;
- run:
name: npn run
command: npm run package:<< parameters.os >>