From 46c673e78bb773f47706fdbd2bb9d5eea5772a4e Mon Sep 17 00:00:00 2001 From: Slawomir Chylek Date: Mon, 18 Feb 2019 18:07:16 +0000 Subject: [PATCH] VPA - disable errexit in run e2e scripts --- vertical-pod-autoscaler/hack/run-e2e-tests.sh | 1 - vertical-pod-autoscaler/hack/run-e2e.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/vertical-pod-autoscaler/hack/run-e2e-tests.sh b/vertical-pod-autoscaler/hack/run-e2e-tests.sh index 8c8b8b1c06..215cc18c7a 100755 --- a/vertical-pod-autoscaler/hack/run-e2e-tests.sh +++ b/vertical-pod-autoscaler/hack/run-e2e-tests.sh @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -o errexit set -o nounset set -o pipefail diff --git a/vertical-pod-autoscaler/hack/run-e2e.sh b/vertical-pod-autoscaler/hack/run-e2e.sh index 1626866372..04f77864a4 100755 --- a/vertical-pod-autoscaler/hack/run-e2e.sh +++ b/vertical-pod-autoscaler/hack/run-e2e.sh @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -o errexit set -o nounset set -o pipefail