Skip to content

Commit

Permalink
CI: use release/esp8266_nonos_sdk as default SSC branch
Browse files Browse the repository at this point in the history
  • Loading branch information
heyinling committed Dec 9, 2019
1 parent 3783b9d commit e8b5b60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stages:

variables:
GIT_STRATEGY: clone
SSC_DEFAULT_BRANCH: release/esp8266_nonos_sdk

before_script:
- mkdir -p ~/.ssh
Expand All @@ -30,7 +31,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 ${CI_BUILD_REF_NAME} || git checkout ${SSC_DEFAULT_BRANCH}
- chmod +x gen_misc_non_os.sh
- ./gen_misc_non_os.sh

Expand Down

0 comments on commit e8b5b60

Please sign in to comment.