reset file, understandable title (#5021)
This commit is contained in:
parent
8adbfae29a
commit
a30c76f39d
|
@ -38,10 +38,11 @@ jobs:
|
||||||
run: bash gen_config.sh
|
run: bash gen_config.sh
|
||||||
|
|
||||||
# We want to force these files to come from the default "all" config, not the last board generated by gen_config.sh
|
# We want to force these files to come from the default "all" config, not the last board generated by gen_config.sh
|
||||||
- name: Fix The Mess
|
- name: Reset Default Config Files
|
||||||
working-directory: ./firmware/
|
working-directory: ./firmware/
|
||||||
run: |
|
run: |
|
||||||
git checkout -- ./controllers/generated/engine_configuration_generated_structures.h
|
git checkout -- ./controllers/generated/engine_configuration_generated_structures.h
|
||||||
|
git checkout -- ./controllers/generated/rusefi_generated.h
|
||||||
git checkout -- ../java_console/models/src/main/java/com/rusefi/config/generated/Fields.java
|
git checkout -- ../java_console/models/src/main/java/com/rusefi/config/generated/Fields.java
|
||||||
./gen_config_default.sh
|
./gen_config_default.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue