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