Skip to content

Commit 62e1ae9

Browse files
bugfix(ci_pipeline): Create dir "components" if it does not exists
Fix CI Pipeline script failing if components directory already exists
1 parent b087ba4 commit 62e1ae9

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)