Skip to content

Commit 2e7f87e

Browse files
committed
Merge branch 'chore/fix_ci_issues' into 'master'
chore(ci): Fix CI env issues See merge request sdk/ESP8266_RTOS_SDK!1651
2 parents d47d527 + a6fb3a7 commit 2e7f87e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ variables:
1010
# Versioned esp-idf-doc env image to use for all document building jobs
1111
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v8"
1212

13+
GIT_SUBMODULE_STRATEGY: recursive
14+
ESPCI_TOKEN: $GITLAB_KEY
15+
1316
# before each job, we need to check if this job is filtered by bot stage/job filter
1417
.apply_bot_filter: &apply_bot_filter
1518
python $APPLY_BOT_FILTER_SCRIPT || exit 0

0 commit comments

Comments
 (0)