refactor: further cleanup of bbb-demo

This commit is contained in:
Anton Georgiev 2022-07-14 14:55:10 +00:00
parent da848e990a
commit 7b8b45daa8
4 changed files with 1 additions and 10 deletions

3
.gitignore vendored
View File

@ -10,9 +10,6 @@ record-and-playback/.project
.vagrant/* .vagrant/*
**/.settings/* **/.settings/*
*/.gradle */.gradle
bbb-api-demo/bin*
bbb-api-demo/.classpath
bbb-api-demo/.project
bigbluebutton-web/.settings* bigbluebutton-web/.settings*
bigbluebutton-web/.classpath bigbluebutton-web/.classpath
bigbluebutton-web/.project bigbluebutton-web/.project

View File

@ -74,11 +74,6 @@ bbb-config-build:
script: script:
- build/setup-inside-docker.sh bbb-config - build/setup-inside-docker.sh bbb-config
bbb-demo-build:
extends: .build_job
script:
- build/setup-inside-docker.sh bbb-demo
bbb-etherpad-build: bbb-etherpad-build:
extends: .build_job extends: .build_job
script: script:

View File

@ -380,7 +380,7 @@ start_bigbluebutton () {
systemctl start $TOMCAT_SERVICE || { systemctl start $TOMCAT_SERVICE || {
echo echo
echo "# Warning: $TOMCAT_SERVICE could not be started. Please, check BBB-LTI or BBB-Demo." echo "# Warning: $TOMCAT_SERVICE could not be started. Please, check BBB-LTI."
echo "# Run the command:" echo "# Run the command:"
echo "# sudo journalctl -u $TOMCAT_SERVICE" echo "# sudo journalctl -u $TOMCAT_SERVICE"
echo "# To better understand the ERROR" echo "# To better understand the ERROR"

View File

@ -2,7 +2,6 @@
*.war *.war
stacktrace.log stacktrace.log
lib lib
web-app/demo/bbb_api_conf.jsp
target/* target/*
bin/* bin/*
plugins/* plugins/*