File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,11 +48,12 @@ jobs:
4848 - script : yarn lint
4949 displayName : yarn lint
5050
51- - script : yarn validate-overrides
52- displayName : yarn validate-overrides
53- ${{ if eq(parameters.buildEnvironment, 'Continuous') }} :
54- env :
55- PLATFORM_OVERRIDE_GITHUB_TOKEN : $(GitHubOAuthToken)
51+ # Disable while facebook/react-native -> react/react-native migration breaks CI
52+ # - script: yarn validate-overrides
53+ # displayName: yarn validate-overrides
54+ # ${{ if eq(parameters.buildEnvironment, 'Continuous') }}:
55+ # env:
56+ # PLATFORM_OVERRIDE_GITHUB_TOKEN: $(GitHubOAuthToken)
5657
5758 - script : npx unbroken -q --local-only --allow-local-line-sections
5859 displayName : check local links in .md files
Original file line number Diff line number Diff line change 1818 - script : yarn test
1919 displayName : yarn test
2020
21- - script : yarn validate-overrides
22- displayName : yarn validate-overrides
21+ # Disable while facebook/react-native -> react/react-native migration breaks CI
22+ # - script: yarn validate-overrides
23+ # displayName: yarn validate-overrides
You can’t perform that action at this time.
0 commit comments