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