Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 1820679 commit c8a91e0Copy full SHA for c8a91e0
.gitlab-ci.yml
@@ -48,7 +48,7 @@ build_ssc:
48
- git clone $GITLAB_SSH_SERVER/yinling/SSC.git
49
- cd SSC
50
# try checkout same branch
51
- - git checkout "${CI_BUILD_REF_NAME}_8266" || echo "Using default branch..."
+ - git checkout "release/v3.4_8266" || echo "Using default branch..."
52
- ./gen_misc_rtos.sh
53
54
push_master_to_github:
0 commit comments