File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ after_script:
106106 --manifest-rootpath .
107107 --manifest-file .build-test-rules.yml
108108 # delete all other build artifacts, except esp32
109- - echo "delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
109+ - echo "Delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
110110 variables :
111111 TEST_TARGETS : " esp32"
112112
@@ -264,4 +264,5 @@ upload_to_component_manager:
264264 script :
265265 - pip install idf-component-manager
266266 - export IDF_COMPONENT_API_TOKEN=${ESP_MODBUS_API_KEY}
267- - python -m idf_component_manager upload-component --allow-existing --name=esp-modbus --namespace=espressif
267+ - compote component upload --namespace=espressif --name=esp-modbus --allow-existing
268+
Original file line number Diff line number Diff line change 1- version : " 1.0.14 "
1+ version : " 1.0.15 "
22description : ESP-MODBUS is the official Modbus library for Espressif SoCs.
33url : https://github.com/espressif/esp-modbus
44dependencies :
You can’t perform that action at this time.
0 commit comments