File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ sign_aarch64-apple-darwin:
412
412
if [ -n "${TEST_APP_IDF_CUSTOM_BRANCH:-}" ]; then
413
413
echo "TEST_APP_IDF_CUSTOM_BRANCH=$TEST_APP_IDF_CUSTOM_BRANCH"
414
414
# Clone esp-idf
415
- git clone --shallow-submodules --recursive --single-branch --branch $TEST_APP_IDF_CUSTOM_BRANCH -- https://gitlab-ci-token:${BOT_TOKEN }@${CI_SERVER_HOST}:${CI_SERVER_PORT}/espressif/esp-idf.git esp-idf
415
+ git clone --shallow-submodules --recursive --single-branch --branch $TEST_APP_IDF_CUSTOM_BRANCH -- https://gitlab-ci-token:${CI_JOB_TOKEN }@${CI_SERVER_HOST}:${CI_SERVER_PORT}/espressif/esp-idf.git esp-idf
416
416
export IDF_PATH=$PWD/esp-idf
417
417
# Activate pyenv
418
418
if [ $(command -v pyenv) ]; then
@@ -426,7 +426,7 @@ sign_aarch64-apple-darwin:
426
426
fi
427
427
idf.py --version || true
428
428
pushd $IDF_PATH/components
429
- git clone --shallow-submodules --recursive --single-branch --branch $TEST_APP_ESP_DSP_CUSTOM_BRANCH -- https://gitlab-ci-token:${BOT_TOKEN }@${CI_SERVER_HOST}:${CI_SERVER_PORT}/idf/esp-dsp.git esp-dsp
429
+ git clone --shallow-submodules --recursive --single-branch --branch $TEST_APP_ESP_DSP_CUSTOM_BRANCH -- https://gitlab-ci-token:${CI_JOB_TOKEN }@${CI_SERVER_HOST}:${CI_SERVER_PORT}/idf/esp-dsp.git esp-dsp
430
430
pushd $PWD/esp-dsp/test_app
431
431
432
432
test_esp_dsp :
You can’t perform that action at this time.
0 commit comments