From 34aad90040da4094a4288f6cbdf1acddb5f4628c Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 25 Aug 2017 01:21:16 -0400 Subject: Fixes issues with baremetal Change-Id: I60470611a70261d57ccbfd0e499f4336c7a12fe1 Signed-off-by: Tim Rozet --- ci/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/clean.sh b/ci/clean.sh index e35b95b1..ef810416 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -165,7 +165,7 @@ if [ -n "$INVENTORY_FILE" ]; then echo -e "${blue}INFO: Parsing inventory file...${reset}" # hack for now (until we switch fully over to clean.py) to tell if # we should install apex from python or if rpm is being used - if ! rpm -q opnfv-apex-common > /dev/null; then + if ! rpm -q python34-opnfv-apex > /dev/null; then pushd ../ && python3 setup.py install > /dev/null popd fi -- cgit 1.2.3-korg