We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b087ba4 + 62e1ae9 commit 308d8d6Copy full SHA for 308d8d6
.gitlab/ci/templates.yml
@@ -100,7 +100,7 @@
100
- idf.py create-project-from-example "${IDF_REGISTRY_COMPONENT}:${IDF_REGISTRY_COMPONENT_EXAMPLE}"
101
- cd "${IDF_REGISTRY_COMPONENT_EXAMPLE}"
102
# Override esp_hosted component in example's deps with the one from the current repository
103
- - mkdir components
+ - mkdir -p components
104
- ln -sf ${OVERRIDE_PATH} components/esp_hosted
105
# Add slave target configuration if specified
106
- |
0 commit comments