diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-31 16:20:53 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-31 16:20:53 -0400 |
commit | c355f9df975349b6ccd09075f178841d035b631e (patch) | |
tree | 3bf063e3f2611d4dd2992faa6f6edea0d12d46de /jjb/apex | |
parent | 17f3c35b6a9fa24042419d3cc46ef666dfb44c1d (diff) |
Apex: fixes wrong arg to clean
Change-Id: If76e078215af068d7f4e04a961b7fc700b73eec7
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rwxr-xr-x | jjb/apex/apex-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |