From 6725250b3315c7f864e766defa91ee9e5fdf99bb Mon Sep 17 00:00:00 2001 From: AhmedGrati Date: Sun, 15 Oct 2023 00:58:52 +0100 Subject: [PATCH] chore: install dyff in CI pipeline Signed-off-by: AhmedGrati --- script/test/cmd/tests_new.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/test/cmd/tests_new.sh b/script/test/cmd/tests_new.sh index 7164b623..6891d49a 100755 --- a/script/test/cmd/tests_new.sh +++ b/script/test/cmd/tests_new.sh @@ -116,9 +116,6 @@ os_output="$KOMPOSE_ROOT/script/test/fixtures/volume-mounts/windows/output-os.ya convert::expect_success_and_warning "$k8s_cmd" "$k8s_output" convert::expect_success_and_warning "$os_cmd" "$os_output" -# Exit if status code different than 0 -set -e - # # TEST the placement # should convert placement to affinity k8s_cmd="kompose -f $KOMPOSE_ROOT/script/test/fixtures/deploy/placement/docker-compose-placement.yaml convert --stdout --with-kompose-annotation=false"