Skip to content

Commit c8a91e0

Browse files
committed
chore(ci): Modify SSC branch for CI
1 parent 1820679 commit c8a91e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build_ssc:
4848
- git clone $GITLAB_SSH_SERVER/yinling/SSC.git
4949
- cd SSC
5050
# try checkout same branch
51-
- git checkout "${CI_BUILD_REF_NAME}_8266" || echo "Using default branch..."
51+
- git checkout "release/v3.4_8266" || echo "Using default branch..."
5252
- ./gen_misc_rtos.sh
5353

5454
push_master_to_github:

0 commit comments

Comments
 (0)