chore(ci): modify CI test SSC branch to be "release/v3.3_8266" for backport

This commit is contained in:
Dong Heng
2020-02-27 10:22:48 +08:00
parent fc30fca378
commit d3b17b53b8

View File

@ -43,7 +43,7 @@ build_ssc:
- git clone $GITLAB_SSH_SERVER/yinling/SSC.git
- cd SSC
# try checkout same branch
- git checkout "${CI_BUILD_REF_NAME}_8266" || echo "Using default branch..."
- git checkout "release/v3.3_8266" || echo "Using default branch..."
- ./gen_misc_rtos.sh
push_master_to_github: