Remove buildConfig patch (#2238)
This commit is contained in:
@@ -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 >>
|
||||
|
Reference in New Issue
Block a user