mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 21:49:32 +00:00
image_builder: comment not working code
This commit is contained in:
@@ -15,8 +15,8 @@ before_script:
|
|||||||
- docker pull ${DOCKER}
|
- docker pull ${DOCKER}
|
||||||
script:
|
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}
|
- 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:
|
#after_failure:
|
||||||
- skip_deploy: true
|
# - skip_deploy: true
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- echo 'before deploy'
|
- echo 'before deploy'
|
||||||
|
|||||||
Reference in New Issue
Block a user