disable safe directory
This commit is contained in:
parent
16a94b1615
commit
e7aa43755b
@ -56,6 +56,7 @@ podTemplate(
|
|||||||
container ("node-18") {
|
container ("node-18") {
|
||||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
||||||
sh """
|
sh """
|
||||||
|
git config --global --add safe.directory '*'
|
||||||
rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg
|
rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg
|
||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
cd ${workspace}/signal-desktop
|
cd ${workspace}/signal-desktop
|
||||||
|
Reference in New Issue
Block a user