forked from External/greenlight
removed Docker build step (#253)
This commit is contained in:
parent
1ae7996dd9
commit
f6742fd440
17
.travis.yml
17
.travis.yml
|
@ -2,29 +2,12 @@ sudo: required
|
||||||
|
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.5.1
|
- 2.5.1
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bundle exec rubocop
|
- bundle exec rubocop
|
||||||
- bundle exec rspec
|
- 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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue