skip cleanup and minor fixes

This commit is contained in:
Joshua Arts 2018-07-11 10:23:16 -04:00
parent 4394b0b6e7
commit 1412b39620
3 changed files with 4 additions and 4 deletions

View File

@ -20,6 +20,7 @@ before_deploy:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS"
deploy:
skip_cleanup: true
provider: script
script: docker push bigbluebutton/greenlight:master
on:

View File

@ -1,8 +1,8 @@
![Travis](https://travis-ci.org/bigbluebutton/greenlight.svg?branch=master)
# Greenlight
Greenlight is currently on version 2.0. If you are still running Greenlight 1.0 we suggest [upgrading to 2.0](http://docs.bigbluebutton.org/install/greenlight-v2.html#upgrading-from-greenlight-10).
![Travis CI](https://travis-ci.org/bigbluebutton/greenlight.svg?branch=master)
> Greenlight is currently on version 2.0. If you are still running Greenlight 1.0 we suggest [upgrading to 2.0](http://docs.bigbluebutton.org/install/greenlight-v2.html#upgrading-from-greenlight-10).
Greenlight is a simple front-end interface for your BigBlueButton server. At it's heart, Greenlight provides a minimalistic web-based application that allows users to:

View File

@ -65,7 +65,6 @@ class RoomsController < ApplicationController
# DELETE /:room_uid
def destroy
p @room
# Don't delete the users home room.
@room.destroy if @room.owned_by?(current_user) && @room != current_user.main_room