From: Tim Rozet Date: Wed, 31 Aug 2016 20:20:53 +0000 (-0400) Subject: Apex: fixes wrong arg to clean X-Git-Tag: colorado.1.0~96 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c355f9df975349b6ccd09075f178841d035b631e;p=releng.git Apex: fixes wrong arg to clean Change-Id: If76e078215af068d7f4e04a961b7fc700b73eec7 Signed-off-by: Tim Rozet --- 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