From: Guillaume Abrioux Date: Thu, 11 Oct 2018 14:46:22 +0000 (+0200) Subject: ceph-ansible-pr: fix workspace in syntax check X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1155%2Fhead;p=ceph-build.git ceph-ansible-pr: fix workspace in syntax check Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-pr-syntax-check/build/build b/ceph-ansible-pr-syntax-check/build/build index f5b8f9486..9a3276268 100644 --- a/ceph-ansible-pr-syntax-check/build/build +++ b/ceph-ansible-pr-syntax-check/build/build @@ -8,7 +8,7 @@ pkgs=( "ansible-lint" ) # force virtualenv to be created earlier for this occurence, so we are not stuck because of ansible-lint dependencie, # which would enforce latest ansible version to be installed. virtualenv $TEMPVENV -"$VENV"/pip install -r <(grep ansible "$WORKSPACE"/tests/requirements.txt) +"$VENV"/pip install -r <(grep ansible "$WORKSPACE"/ceph-ansible/tests/requirements.txt) install_python_packages "pkgs[@]"