Skip to content

Commit a6fb3a7

Browse files
committed
chore(ci): Fix CI env issues
1 parent d47d527 commit a6fb3a7

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)