Skip to content

Commit d19a13d

Browse files
chiragatalchshu
authored andcommitted
ci: Fixes for submodule changes
1 parent 16fd9dd commit d19a13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
.setup_idf: &setup_idf
1414
# - cd $REPOS_PATH # IDF_PATH is set to something else already?
1515
# using release/v4.4 branch of espressif/esp-idf github repo
16-
- git clone --recursive -b release/v4.4 --reference-if-able /local_references/github/ https://github.com/espressif/esp-idf.git
16+
- git clone --recursive --single-branch -b v4.4.1 --reference-if-able /local_references/github/ https://github.com/espressif/esp-idf.git
1717
- cd esp-idf
1818
- ./install.sh
1919
- . export.sh

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "connectedhomeip"]
1+
[submodule "connectedhomeip/connectedhomeip"]
22
path = connectedhomeip/connectedhomeip
33
url = https://github.com/espressif/connectedhomeip.git

0 commit comments

Comments
 (0)