Remove buildConfig patch (#2238)
This commit is contained in:
@@ -108,13 +108,6 @@ commands:
|
|||||||
type: string
|
type: string
|
||||||
default: "./linux/"
|
default: "./linux/"
|
||||||
steps:
|
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:
|
- run:
|
||||||
name: npn run
|
name: npn run
|
||||||
command: npm run package:<< parameters.os >>
|
command: npm run package:<< parameters.os >>
|
||||||
|
Reference in New Issue
Block a user