removes un-necessary packages
This commit is contained in:
parent
79ca3333b9
commit
f71868ccb4
@ -104,7 +104,7 @@ pipeline {
|
||||
sh """
|
||||
git config --global --add safe.directory '*'
|
||||
apt-get update -yqq && apt-get full-upgrade -yqq
|
||||
apt-get install -yqq curl wget git jq git-lfs
|
||||
apt-get install -yqq jq
|
||||
cd ${workspace}/signal-desktop
|
||||
cat package.json | jq '.build.linux += {target:["AppImage"]}' > with_appimage_package.json
|
||||
mv with_appimage_package.json package.json
|
||||
|
Reference in New Issue
Block a user