CI: use new docker image for new tool chain

This commit is contained in:
He Yin Ling
2018-06-28 12:35:08 +08:00
committed by Wu Jian Gang
parent 889b014783
commit c7731abec4

View File

@ -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: