mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
image_builder: try to interrupt script-stage
This commit is contained in:
@@ -22,7 +22,7 @@ git:
|
||||
before_script:
|
||||
- docker pull ${DOCKER}
|
||||
script:
|
||||
- [[ -z TARGET_REF ]]
|
||||
- [[ -z ${TRAVIS_TAG} ]] || exit 1
|
||||
- docker run --privileged --rm -v /dev:/dev -v ${BUILD_DIR}:/builder/image -e "TARGET_REPO=${TARGET_REPO}" -e "TARGET_REF=${TARGET_REF}" ${DOCKER}
|
||||
# after_failure:
|
||||
# - skip_deploy: true
|
||||
|
||||
Reference in New Issue
Block a user