]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-syntax: create virtualenv after dir creation 1820/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 21 May 2021 12:02:58 +0000 (14:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 21 May 2021 12:02:58 +0000 (14:02 +0200)
add back venv creation that has been removed accidentally by
commit 3d832da831f0b938faa6f845617b0257bda184f4

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-pr-syntax-check/build/build

index 7ab9cc029354fced4a733c6cebc5b9dedcc2696c..2e52cb5f5adcc77bb278dcda9abb3f8e7ea0461e 100644 (file)
@@ -8,6 +8,7 @@ set -e
 # which would enforce latest ansible version to be installed.
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
+virtualenv $TEMPVENV
 
 "$VENV"/pip install --upgrade pip
 "$VENV"/pip install -r "$WORKSPACE"/ceph-ansible/requirements.txt