From afb96f4a9bc727e63f27e1072e51f05ab91bf63d Mon Sep 17 00:00:00 2001 From: Souhaila Noor Date: Tue, 23 Nov 2021 17:17:13 -0600 Subject: [PATCH] pass error back to gitlab runner --- qa/scripts/deployNode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/scripts/deployNode.sh b/qa/scripts/deployNode.sh index 816f87a48..60a007d93 100755 --- a/qa/scripts/deployNode.sh +++ b/qa/scripts/deployNode.sh @@ -58,7 +58,7 @@ fi initialize_featurebase if [ $? > 0 ]; then terminate_node - echo "Error: " >&2 + echo "Error: " 1>&2 exit 1 else terminate_node