adds safe.directory
This commit is contained in:
parent
0ce03a8c9a
commit
b25f1bfe89
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -98,6 +98,7 @@ sonar.go.coverage.reportPaths=cover.out
|
||||
apt-get install --yes --no-install-recommends libusb-1.0-0-dev gcc g++
|
||||
if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then
|
||||
apt-get install --yes --no-install-recommends git
|
||||
git config --global --add safe.directory '${workspace}'
|
||||
fi
|
||||
if [ ! "/usr/bin/upx" ] || [ ! -x "/usr/bin/upx" ]; then
|
||||
apt-get install --yes --no-install-recommends upx
|
||||
|
Loading…
x
Reference in New Issue
Block a user