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.
1 parent 4759831 commit 0eafc0dCopy full SHA for 0eafc0d
.gitlab-ci.yml
@@ -25,7 +25,7 @@ before_script:
25
- git --version
26
# Cloning esp-idf - Started
27
- echo Cloning esp-idf - Started
28
-- git clone --recursive --branch master --depth 1 $GITLAB_SSH_SERVER/idf/esp-idf.git
+- git clone --recursive --branch master --depth 1 ${IDF_GIT_PATH}/esp-idf.git
29
- cd esp-idf
30
- echo Cloning esp-idf - Done
31
# Cloning esp-idf - Done
0 commit comments