Skip to content

Commit

Permalink
CI: don't ignore build-and-push failures
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Sep 16, 2024
1 parent a27148f commit 6a2111b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,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) \
Expand Down

0 comments on commit 6a2111b

Please sign in to comment.