reducing inconsistency, renaming signature header
This commit is contained in:
parent
3752787a78
commit
7062061bb2
|
@ -300,7 +300,7 @@ jobs:
|
|||
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
|
||||
elif [ "${{ matrix.build-target }}" = "cypress" ]; then
|
||||
config/boards/hellen/cypress/config/gen_cypress_config.sh
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board cypress cypress"; exit 1; }
|
||||
elif [ "${{ matrix.build-target }}" = "subaru_eg33_f7" ]; then
|
||||
bash config/boards/subaru_eg33/config/gen_subaru_config.sh
|
||||
[ $? -eq 0 ] || { echo "ERROR generating board subaru_eg33 subaru_eg33_f7"; exit 1; }
|
||||
|
|
Loading…
Reference in New Issue