removed Docker build step (#253)

This commit is contained in:
Jesus Federico 2018-08-24 14:24:27 -04:00 committed by GitHub
parent 1ae7996dd9
commit f6742fd440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -2,29 +2,12 @@ sudo: required
language: ruby
services:
- docker
rvm:
- 2.5.1
script:
- bundle exec rubocop
- bundle exec rspec
- docker build -t bigbluebutton/greenlight:master .
after_script:
- docker images
before_deploy:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS"
deploy:
skip_cleanup: true
provider: script
script: docker push bigbluebutton/greenlight:master
on:
branch: master
notifications:
email: false