UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7f29daea authored by Ismail Ahmad's avatar Ismail Ahmad
Browse files

adds another echo

parent 00eaffbf
No related branches found
No related tags found
2 merge requests!60BB-694 Test and Script Abstraction,!57BB-694 Tests and Script Abstraction
Pipeline #90850 passed
......@@ -46,7 +46,9 @@ for package in $DEPLOYED_HELMRELEASES;
do
if array_contains ORDERED_HELMRELEASES "$package";
then echo ""
else wait_on "$package"
else
echo "Found package: $package, but not found in this script array. Update the array in this script if this package is always needed"
wait_on "$package"
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment