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: