Merge branch 'chore/ci_using_ssc_release_v3.0_instead_of_master' into 'release/v2.x.x'

ci: CI compiling uses SSC release/v3.0 instead of master

See merge request sdk/ESP8266_RTOS_SDK!1053
This commit is contained in:
Dong Heng
2019-08-14 11:24:12 +08:00

View File

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