Skip to content

Commit

Permalink
Export and add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Jun 10, 2024
1 parent a5ce27b commit fea46d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
args: [
"--ginkgo.label-filter=build-templates-e2e",
"--ginkgo.no-color",
"--ginkgo.v"
"--ginkgo.timeout=2h"
]
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions hack/build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fea46d9

Please sign in to comment.