adds mkdir
This commit is contained in:
parent
ffdc732da4
commit
f1fc81e3f7
@ -105,6 +105,7 @@ pipeline {
|
|||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
apt-get update -yqq
|
apt-get update -yqq
|
||||||
apt-get install -yqq jq
|
apt-get install -yqq jq
|
||||||
|
mkdir -p /usr/local/share/.config/yarn/global/
|
||||||
touch /usr/local/share/.config/yarn/global/.yarnclean
|
touch /usr/local/share/.config/yarn/global/.yarnclean
|
||||||
cd ${workspace}/signal-desktop
|
cd ${workspace}/signal-desktop
|
||||||
cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage"' > with_appimage_package.json
|
cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage"' > with_appimage_package.json
|
||||||
|
Reference in New Issue
Block a user