chore(ci): Modify SSC branch for CI

This commit is contained in:
Dong Heng
2021-07-26 11:59:35 +08:00
parent 1820679856
commit c8a91e0aa3

View File

@ -48,7 +48,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.4_8266" || echo "Using default branch..."
- ./gen_misc_rtos.sh
push_master_to_github: