From 23887df0eb53e4286805ce9eaee0325065b88cdc Mon Sep 17 00:00:00 2001 From: Wu Jian Gang Date: Mon, 9 Apr 2018 15:37:22 +0800 Subject: [PATCH] feat(ci): Update ci to support SSC --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d542c35..1ba1cfb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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