Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_component_upload_issues' into 'master'
Browse files Browse the repository at this point in the history
fix component upload issues

See merge request idf/esp-modbus!67
  • Loading branch information
alisitsyn committed Apr 30, 2024
2 parents 20c34b2 + 01145ec commit 5e7a26b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ after_script:
--manifest-rootpath .
--manifest-file .build-test-rules.yml
# delete all other build artifacts, except esp32
- echo "delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
- echo "Delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
variables:
TEST_TARGETS: "esp32"

Expand Down Expand Up @@ -264,4 +264,5 @@ upload_to_component_manager:
script:
- pip install idf-component-manager
- export IDF_COMPONENT_API_TOKEN=${ESP_MODBUS_API_KEY}
- python -m idf_component_manager upload-component --allow-existing --name=esp-modbus --namespace=espressif
- compote component upload --namespace=espressif --name=esp-modbus --allow-existing

2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.14"
version: "1.0.15"
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
url: https://github.com/espressif/esp-modbus
dependencies:
Expand Down

0 comments on commit 5e7a26b

Please sign in to comment.