Skip to content

Commit 0eafc0d

Browse files
committed
gitlab-ci: Changes to esp-idf path to provide more flexibility in CI
1 parent 4759831 commit 0eafc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_script:
2525
- git --version
2626
# Cloning esp-idf - Started
2727
- echo Cloning esp-idf - Started
28-
- git clone --recursive --branch master --depth 1 $GITLAB_SSH_SERVER/idf/esp-idf.git
28+
- git clone --recursive --branch master --depth 1 ${IDF_GIT_PATH}/esp-idf.git
2929
- cd esp-idf
3030
- echo Cloning esp-idf - Done
3131
# Cloning esp-idf - Done

0 commit comments

Comments
 (0)