From 2faa49d8f087a5591cfb8a4ffcaa813383c52f61 Mon Sep 17 00:00:00 2001 From: Maxim Khlobystov <maxim.khlobystov@gmail.com> Date: Wed, 3 Oct 2018 14:25:19 -0400 Subject: [PATCH] Add the step to navigate to /html5client/check and check the status. --- build_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_script.sh b/build_script.sh index 06a285b0c7..b1b9b94e50 100755 --- a/build_script.sh +++ b/build_script.sh @@ -12,6 +12,7 @@ if [[ $files = *"bigbluebutton-html5"* ]]; then conf=$(docker exec $(docker ps -q) bbb-conf --secret | grep "Secret:") secret=$(echo $conf | cut -d' ' -f2) export BBB_SHARED_SECRET=$secret + node html5-check.js cd ../.. curl https://install.meteor.com/ | sh -- GitLab