Merge pull request #16925 from kepstin/recording-fixes
build(bbb-presentation-video): Update to 4.0.0-rc.1
This commit is contained in:
commit
e3f870d614
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,3 +21,5 @@ record-and-playback/.loadpath
|
||||
*~
|
||||
cache/*
|
||||
artifacts/*
|
||||
bbb-presentation-video.zip
|
||||
bbb-presentation-video
|
||||
|
@ -1 +1,11 @@
|
||||
git clone --branch 4.0.0-rc.1 --depth 1 https://github.com/bigbluebutton/bbb-presentation-video bbb-presentation-video
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
RELEASE=4.0.0-rc.1
|
||||
cat <<MSG
|
||||
This tool downloads prebuilt packages built on Github Actions
|
||||
The corresponding source can be browsed at https://github.com/bigbluebutton/bbb-presentation-video/tree/${RELEASE}
|
||||
Build logs are at https://github.com/bigbluebutton/bbb-presentation-video/actions/workflows/package.yml?query=branch%3A${RELEASE}
|
||||
MSG
|
||||
curl -Lf -o bbb-presentation-video.zip "https://github.com/bigbluebutton/bbb-presentation-video/releases/download/${RELEASE}/ubuntu-20.04.zip"
|
||||
rm -rf bbb-presentation-video
|
||||
unzip -o bbb-presentation-video.zip -d bbb-presentation-video
|
||||
|
Loading…
Reference in New Issue
Block a user