feat(ci): Update ci to support SSC

This commit is contained in:
Wu Jian Gang
2018-04-09 15:37:22 +08:00
parent 6f0e55d6fc
commit 23887df0eb

View File

@ -5,6 +5,8 @@ stages:
variables:
GIT_STRATEGY: clone
IDF_PATH: "$CI_PROJECT_DIR"
# 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