mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 13:39:33 +00:00
image_builder: comment not working code
This commit is contained in:
@@ -15,8 +15,8 @@ before_script:
|
||||
- docker pull ${DOCKER}
|
||||
script:
|
||||
- docker run --privileged --rm -v /dev:/dev -v $(pwd)/image:/builder/image -e "TARGET_REPO=https://github.com/${TRAVIS_REPO_SLUG}.git" -e "TARGET_REF=${TRAVIS_BRANCH}" ${DOCKER}
|
||||
after_failure:
|
||||
- skip_deploy: true
|
||||
#after_failure:
|
||||
# - skip_deploy: true
|
||||
|
||||
before_deploy:
|
||||
- echo 'before deploy'
|
||||
|
||||
Reference in New Issue
Block a user