Skip to content

Commit

Permalink
feat: ci modify ssc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ustccw committed Nov 25, 2020
1 parent 89d916b commit 33984bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ build_ssc:
script:
- git clone $GITLAB_SSH_SERVER/yinling/SSC.git
- cd SSC
# try checkout same branch
- git checkout ${CI_BUILD_REF_NAME} || git checkout ${SSC_DEFAULT_BRANCH}
# ssc master branch does not support nonos any more, now checkout to the reserved branch
- git checkout ${SSC_DEFAULT_BRANCH}
- chmod +x gen_misc_non_os.sh
- ./gen_misc_non_os.sh

Expand Down

0 comments on commit 33984bc

Please sign in to comment.