ci: remove zephyr.base-prefer configfile

CI builds successfully without this step.

PR: #498
This commit is contained in:
innovaker 2020-12-11 13:40:11 +00:00 committed by Pete Johanson
parent 019f7f5465
commit 6fa0f8f060
2 changed files with 0 additions and 4 deletions

View File

@ -87,8 +87,6 @@ jobs:
run: west init -l app
- name: West update
run: west update
- name: West config Zephyr base
run: west config --global zephyr.base-prefer configfile
- name: West Zephyr export
run: west zephyr-export
- name: Prepare variables

View File

@ -43,8 +43,6 @@ jobs:
run: west init -l app
- name: West update
run: west update
- name: West config Zephyr base
run: west config --global zephyr.base-prefer configfile
- name: West Zephyr export
run: west zephyr-export
- name: Test all