Merge remote-tracking branch 'antobinary/graphql-build' into graphql-build

This commit is contained in:
Anton Georgiev 2023-07-19 08:51:00 -04:00
commit b72cd9f764

View File

@ -124,7 +124,7 @@ jobs:
- name: Install BBB
run: |
sudo sh -c '
cd /root/ && wget -q https://ubuntu.bigbluebutton.org/bbb-install-2.8.sh -O bbb-install.sh
cd /root/ && wget -q https://raw.githubusercontent.com/antobinary/bbb-install/2.8-init/bbb-install.sh -O bbb-install.sh
cat bbb-install.sh | sed "s|> /etc/apt/sources.list.d/bigbluebutton.list||g" | bash -s -- -v jammy-28-develop -s bbb-ci.test -j -d /certs/
bbb-conf --salt bbbci
echo "NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/bbb-dev/bbb-dev-ca.crt" >> /usr/share/meteor/bundle/bbb-html5-with-roles.conf