From b433d7d227cef971590c29d06af9c306f380323b Mon Sep 17 00:00:00 2001 From: skosito Date: Wed, 28 Feb 2024 15:53:50 +0100 Subject: [PATCH] Fix cant open file error --- contrib/localnet/orchestrator/start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/localnet/orchestrator/start.sh b/contrib/localnet/orchestrator/start.sh index 69fc9056a5..b7e75c0f81 100644 --- a/contrib/localnet/orchestrator/start.sh +++ b/contrib/localnet/orchestrator/start.sh @@ -107,7 +107,6 @@ else # if e2e passed, exit with 0, otherwise exit with 1 if [ $ZETAE2E_EXIT_CODE -eq 0 ]; then - cat /work/deployed.yml echo "e2e passed" exit 0 else