Skip to content

Commit 308d8d6

Browse files
committed
Merge branch 'bugfix/ci_pipeline' into 'staging'
bugfix(ci_pipeline): Check whether directory "components" exists before creating See merge request app-frameworks/esp_hosted_mcu!143
2 parents b087ba4 + 62e1ae9 commit 308d8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/ci/templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
- idf.py create-project-from-example "${IDF_REGISTRY_COMPONENT}:${IDF_REGISTRY_COMPONENT_EXAMPLE}"
101101
- cd "${IDF_REGISTRY_COMPONENT_EXAMPLE}"
102102
# Override esp_hosted component in example's deps with the one from the current repository
103-
- mkdir components
103+
- mkdir -p components
104104
- ln -sf ${OVERRIDE_PATH} components/esp_hosted
105105
# Add slave target configuration if specified
106106
- |

0 commit comments

Comments
 (0)