From 4d52040ee92f984e90425592ad0c2f6aadd69b2f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 11 Oct 2018 16:11:19 +0200 Subject: [PATCH] ceph-ansible-syntax: fix path to pip `$VENV` contains already '/bin/' pattern. 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 4d5814c8..f5b8f948 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"/bin/pip install -r <(grep ansible "$WORKSPACE"/tests/requirements.txt) +"$VENV"/pip install -r <(grep ansible "$WORKSPACE"/tests/requirements.txt) install_python_packages "pkgs[@]" -- 2.39.5