]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
make mkdir work
authorAlfredo Deza <alfredo@deza.pe>
Wed, 15 Oct 2014 21:21:07 +0000 (17:21 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Wed, 15 Oct 2014 21:21:07 +0000 (17:21 -0400)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
jjb/config/config

index a4def264119e5b6730f2381af7dba610f72c4c55..cdc959bcfdef7bd88abedd94d9cce615a7702bec 100644 (file)
@@ -13,6 +13,7 @@ virtualenv venv
 $PIP_SDIST_INDEX="$HOME/.cache/pip"
 
 mkdir -p $PIP_SDIST_INDEX
+mkdir -p "$HOME/.cache/pip"
 
 if ! venv/bin/pip install --find-links="file://$PIP_SDIST_INDEX" --no-index jenkins-job-builder; then
     venv/bin/pip install --download-directory="$PIP_SDIST_INDEX" jenkins-job-builder