Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485142
build.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
277 B
Referenced Files
None
Subscribers
None
build.sh
View Options
#!/bin/bash
set
-e
mkdir /src/
cd
/src/
git clone --branch
$GIT_REF
https://git.kolab.org/source/kolab.git kolab
pushd
kolab
git reset --hard
$GIT_REF
popd
cp -R kolab/meet/server /src/meetsrc
rm -Rf /src/meetsrc/node_modules
cd
/src/meetsrc
npm install
npm install -g nodemon
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Nov 21, 1:09 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387362
Default Alt Text
build.sh (277 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment