diff --git a/.tekton/pull-request.yaml b/.tekton/pull-request.yaml index 3cf06a31af..e3081951d7 100644 --- a/.tekton/pull-request.yaml +++ b/.tekton/pull-request.yaml @@ -152,6 +152,8 @@ spec: workingDir: $(workspaces.source.path)/source script: | #!/usr/bin/env bash + set -e + QUAY_NAMESPACE=konflux-ci \ TEST_REPO_NAME=pull-request-builds \ BUILD_TAG=$(params.revision) \