Skip to content

Commit

Permalink
build(bbb-transcription-controller): omit .git from package
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Sep 14, 2023
1 parent f5cb8e0 commit a1d8f4b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -16,11 +16,12 @@ rm -rf staging

mkdir -p staging/usr/local/bigbluebutton/bbb-transcription-controller

find -maxdepth 1 ! -path . ! -name staging ! -name .git $(printf "! -name %s " $(cat .build-files)) -exec cp -r {} staging/usr/local/bigbluebutton/bbb-transcription-controller/ \;
find -maxdepth 1 ! -path . ! -name staging $(printf "! -name %s " $(cat .build-files)) -exec cp -r {} staging/usr/local/bigbluebutton/bbb-transcription-controller/ \;

pushd .
cd staging/usr/local/bigbluebutton/bbb-transcription-controller/
npm install --production
rm -r .git
popd

mkdir -p staging/usr/lib/systemd/system
Expand Down

0 comments on commit a1d8f4b

Please sign in to comment.