From c674c1fc281b4b81152a80493bfd8cdb9b91e3db Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 16 May 2018 14:06:16 +0100 Subject: xci: xci-deploy.sh: Only check for xci_overrides files in scenarios cache xci/scenarios has been removed from releng-xci so there is not point in checking for xci_overrides files there. Change-Id: If6b9306968817b0ba8fb362b532ac8492d274676 Signed-off-by: Markos Chandras --- xci/xci-deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xci') 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 -- cgit 1.2.3-korg