mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 23:30:14 +00:00
JENKINS_HOME is meaningless in jenkins slaves
This commit is contained in:
parent
28900a78dd
commit
f830824f43
4
debian/orig-tar.sh
vendored
4
debian/orig-tar.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user