We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4990822 + d874ca2 commit fd63b5eCopy full SHA for fd63b5e
.gitlab-ci.yml
@@ -42,7 +42,7 @@ build_ssc:
42
- git clone $GITLAB_SSH_SERVER/yinling/SSC.git
43
- cd SSC
44
# try checkout same branch
45
- - git checkout ${CI_BUILD_REF_NAME} || echo "Using default branch..."
+ - git checkout "${CI_BUILD_REF_NAME}_8266" || echo "Using default branch..."
46
- ./gen_misc_rtos.sh
47
48
push_master_to_github:
0 commit comments