Apex: fixes wrong arg to clean 67/20067/1
authorTim Rozet <trozet@redhat.com>
Wed, 31 Aug 2016 20:20:53 +0000 (16:20 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 31 Aug 2016 20:20:53 +0000 (16:20 -0400)
Change-Id: If76e078215af068d7f4e04a961b7fc700b73eec7
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex-deploy.sh

index aa21697..4fd7b00 100755 (executable)
@@ -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