mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 16:08:27 +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
|
if test -n "${JENKINS_HOME}"; then
|
||||||
# For apt.llvm.org, reuse the same repo
|
# For apt.llvm.org, reuse the same repo
|
||||||
echo "Built from Jenkins. Will export the repo in ${JENKINS_HOME}"
|
echo "Built from Jenkins. Will export the repo in $HOME/"
|
||||||
EXPORT_PATH=${JENKINS_HOME}
|
EXPORT_PATH="$HOME/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GIT_BASE_URL=https://github.com/llvm/llvm-project
|
GIT_BASE_URL=https://github.com/llvm/llvm-project
|
||||||
|
Loading…
Reference in New Issue
Block a user