adds safe.directory
This commit is contained in:
parent
b25f1bfe89
commit
52128abdf9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -51,6 +51,7 @@ podTemplate(
|
||||
fi
|
||||
if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then
|
||||
apk add --no-cache git
|
||||
git config --global --add safe.directory '${workspace}'
|
||||
fi
|
||||
apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig
|
||||
curl \
|
||||
@ -98,7 +99,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}'
|
||||
git config --global --add safe.directory "/go/src/${env.JOB_BASE_NAME}"
|
||||
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