mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-20 16:46:17 +08:00
chore(ci): Fix CI env issues
This commit is contained in:
@ -10,6 +10,9 @@ variables:
|
||||
# Versioned esp-idf-doc env image to use for all document building jobs
|
||||
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v8"
|
||||
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
ESPCI_TOKEN: $GITLAB_KEY
|
||||
|
||||
# before each job, we need to check if this job is filtered by bot stage/job filter
|
||||
.apply_bot_filter: &apply_bot_filter
|
||||
python $APPLY_BOT_FILTER_SCRIPT || exit 0
|
||||
|
Reference in New Issue
Block a user