mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
CI: use new docker image for new tool chain
This commit is contained in:

committed by
Wu Jian Gang

parent
889b014783
commit
c7731abec4
@ -28,7 +28,7 @@ before_script:
|
|||||||
|
|
||||||
.build_template: &build_template
|
.build_template: &build_template
|
||||||
stage: build
|
stage: build
|
||||||
image: ci_test
|
image: $CI_DOCKER_REGISTRY/esp8266-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
tags:
|
tags:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
@ -43,7 +43,6 @@ build_ssc:
|
|||||||
- cd SSC
|
- cd SSC
|
||||||
# try checkout same branch
|
# try checkout same branch
|
||||||
- git checkout ${CI_BUILD_REF_NAME} || echo "Using default branch..."
|
- git checkout ${CI_BUILD_REF_NAME} || echo "Using default branch..."
|
||||||
- chmod +x gen_misc_rtos.sh
|
|
||||||
- ./gen_misc_rtos.sh
|
- ./gen_misc_rtos.sh
|
||||||
|
|
||||||
push_master_to_github:
|
push_master_to_github:
|
||||||
|
Reference in New Issue
Block a user