Skip to content

Commit

Permalink
removing -e
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Dec 12, 2023
1 parent ef8de67 commit fcb70e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ci/minikube_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ TEST_RESULT=$?

docker cp $CONTAINER_NAME:/container_workspace/artifacts/ $PWD

set -e

exit $TEST_RESULT
1 change: 0 additions & 1 deletion ci/minikube_e2e_tests_inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ STRIMZI_PODS=$($KUBECTL_CMD get pod -n strimzi -o jsonpath='{.items[*].metadata.
for pod in $STRIMZI_PODS; do
$KUBECTL_CMD logs $pod -n strimzi > artifacts/$pod.log
done
set -e

exit $KUTTL_RESULT

0 comments on commit fcb70e0

Please sign in to comment.