image_builder: comment not working code

This commit is contained in:
Artem Smirnov
2018-09-20 17:34:25 +05:00
parent ef204e0a54
commit 7e47914abe

View File

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