Implement deployment config #554

Merged
telackey merged 4 commits from dboreham/deployment-config into main 2023-10-03 18:49:16 +00:00
Showing only changes of commit b74c93fee5 - Show all commits

View File

@ -118,7 +118,7 @@ else
exit 1
fi
# Check the config variable CERC_TEST_PARAM_1 was passed correctly
if [[ "$log_output_3" == *"Test-param-1: PPASSED"* ]]; then
if [[ "$log_output_3" == *"Test-param-1: PASSED"* ]]; then
echo "deployment config test: passed"
else
echo "deployment config test: FAILED"