From f5571bee270cd355b282522428602a17acc6482e Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 21 May 2021 14:02:58 +0200 Subject: [PATCH] ceph-ansible-syntax: create virtualenv after dir creation add back venv creation that has been removed accidentally by commit 3d832da831f0b938faa6f845617b0257bda184f4 Signed-off-by: Guillaume Abrioux --- ceph-ansible-pr-syntax-check/build/build | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-ansible-pr-syntax-check/build/build b/ceph-ansible-pr-syntax-check/build/build index 7ab9cc02..2e52cb5f 100644 --- a/ceph-ansible-pr-syntax-check/build/build +++ b/ceph-ansible-pr-syntax-check/build/build @@ -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 -- 2.39.5