From 752eb8f723e6ebcbcbdf3be87d6bb6c5ef638a91 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 11 Oct 2018 16:46:22 +0200 Subject: [PATCH] ceph-ansible-pr: fix workspace in syntax check Signed-off-by: Guillaume Abrioux --- ceph-ansible-pr-syntax-check/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[@]" -- 2.47.3