]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pr: fix workspace in syntax check 1155/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Oct 2018 14:46:22 +0000 (16:46 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Oct 2018 14:46:22 +0000 (16:46 +0200)
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-pr-syntax-check/build/build

index f5b8f9486ea9202a3605f0d439e8c9c19229e994..9a3276268a73100d51b76d3d96c6363898efbc39 100644 (file)
@@ -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[@]"