From fea46d95f930a5c7548fbf02739b32ac7187cfcb Mon Sep 17 00:00:00 2001 From: Sushanta Das Date: Mon, 10 Jun 2024 16:33:47 +0530 Subject: [PATCH] Export and add verbose --- .tekton/tasks/e2e-test.yaml | 1 + hack/build-and-push.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.tekton/tasks/e2e-test.yaml b/.tekton/tasks/e2e-test.yaml index cb3f4f4c37..86cddb253e 100644 --- a/.tekton/tasks/e2e-test.yaml +++ b/.tekton/tasks/e2e-test.yaml @@ -32,6 +32,7 @@ spec: args: [ "--ginkgo.label-filter=build-templates-e2e", "--ginkgo.no-color", + "--ginkgo.v" "--ginkgo.timeout=2h" ] securityContext: diff --git a/hack/build-and-push.sh b/hack/build-and-push.sh index 873d6f8d64..131c0a52c3 100755 --- a/hack/build-and-push.sh +++ b/hack/build-and-push.sh @@ -182,6 +182,6 @@ do done if [ "$SKIP_INSTALL" == "" ]; then - CUSTOM_DOCKER_BUILD_PIPELINE_BUNDLE="$docker_pipeline_bundle" - CUSTOM_FBC_BUILDER_PIPELINE_BUNDLE="$fbc_pipeline_bundle" + export CUSTOM_DOCKER_BUILD_PIPELINE_BUNDLE="$docker_pipeline_bundle" + export CUSTOM_FBC_BUILDER_PIPELINE_BUNDLE="$fbc_pipeline_bundle" fi