mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fix: path for vide predownload
This commit is contained in:
parent
1f03b55899
commit
5d7659c320
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -68,7 +68,7 @@ pipeline {
|
|||
ansiColor('xterm') {
|
||||
sh '''
|
||||
. ${PYTHON_VENV}/bin/activate
|
||||
export VIDE_PREDOWNLOAD=/build/jenkins/vide_downloads
|
||||
export VIDE_PREDOWNLOAD=/jenkins-cache/vide_downloads
|
||||
if ! test -d ${VIDE_PREDOWNLOAD}; then
|
||||
mkdir ${VIDE_PREDOWNLOAD}
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue