summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-05-17 09:15:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-17 09:15:25 +0000
commit88a565e7fcc51b616451d5035dd15d9d04c4723c (patch)
tree2bdd9a9b419ed3f2acbbb13e11007a8eb8cc24be
parent02f2ee5f3f047f6ee5f4e570a0cb5599460de0a5 (diff)
parentc674c1fc281b4b81152a80493bfd8cdb9b91e3db (diff)
Merge "xci: xci-deploy.sh: Only check for xci_overrides files in scenarios cache"
-rwxr-xr-xxci/xci-deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index a04fb21e..07f4d39d 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -164,8 +164,8 @@ echo "-------------------------------------------------------------------------"
# Get scenario variables overrides
#-------------------------------------------------------------------------------
-source $(find $XCI_PATH/xci/scenarios/${DEPLOY_SCENARIO} -name xci_overrides) &>/dev/null || \
- source $(find $XCI_SCENARIOS_CACHE/${DEPLOY_SCENARIO} -name xci_overrides) &>/dev/null || :
+source $(find $XCI_SCENARIOS_CACHE/${DEPLOY_SCENARIO} -name xci_overrides) &>/dev/null &&
+ echo "Sourced ${DEPLOY_SCENARIO} overrides files successfully!" || :
#-------------------------------------------------------------------------------
# Log info to console