chore(ci): Fix SSC version to be "release/v3.1_8266"

This commit is contained in:
dongheng
2019-03-19 16:16:40 +08:00
parent 9d07c8debf
commit b1b09c19d9

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}_8266" || echo "Using default branch..."
- git checkout "release/v3.1_8266" || echo "Using default branch..."
- ./gen_misc_rtos.sh
push_master_to_github: