From c355f9df975349b6ccd09075f178841d035b631e Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 31 Aug 2016 16:20:53 -0400 Subject: [PATCH] Apex: fixes wrong arg to clean Change-Id: If76e078215af068d7f4e04a961b7fc700b73eec7 Signed-off-by: Tim Rozet --- jjb/apex/apex-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh index aa21697eb..4fd7b0069 100755 --- a/jjb/apex/apex-deploy.sh +++ b/jjb/apex/apex-deploy.sh @@ -140,7 +140,7 @@ DEPLOY_CMD="CONFIG=${CONFIG} RESOURCES=${RESOURCES} LIB=${LIB} ${DEPLOY_CMD}" if [ "$OPNFV_CLEAN" == 'yes' ]; then if sudo test -e '/root/inventory/pod_settings.yaml'; then - clean_opts='-f /root/inventory/pod_settings.yaml' + clean_opts='-i /root/inventory/pod_settings.yaml' else clean_opts='' fi -- 2.16.6