Remove buildConfig patch (#2238)

This commit is contained in:
Devin Binnie
2022-08-24 10:31:09 -04:00
committed by GitHub
parent 8f8407c16a
commit 16dccd373e

View File

@@ -108,13 +108,6 @@ 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 >>