JENKINS_HOME is meaningless in jenkins slaves

This commit is contained in:
Sylvestre Ledru 2019-11-14 10:55:03 +01:00
parent 28900a78dd
commit f830824f43

4
debian/orig-tar.sh vendored
View File

@ -28,8 +28,8 @@ EXPORT_PATH=$(pwd)
if test -n "${JENKINS_HOME}"; then
# For apt.llvm.org, reuse the same repo
echo "Built from Jenkins. Will export the repo in ${JENKINS_HOME}"
EXPORT_PATH=${JENKINS_HOME}
echo "Built from Jenkins. Will export the repo in $HOME/"
EXPORT_PATH="$HOME/"
fi
GIT_BASE_URL=https://github.com/llvm/llvm-project