Skip to content
Snippets Groups Projects
Unverified Commit f6742fd4 authored by Jesus Federico's avatar Jesus Federico Committed by GitHub
Browse files

removed Docker build step (#253)

parent 1ae7996d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment