Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tekton/pr-check-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
description: Git revision from SNAPSHOT
steps:
- name: parse
image: registry.access.redhat.com/ubi8/ubi:8.10-1786322297@sha256:c3c7184394ffb0224e2361a8ce78193aa04601375eae638e66083a8d45afa9b3
image: registry.access.redhat.com/ubi8/ubi:8.10-1787257890@sha256:e14916b83a7eada51c1edb4a1b910e391f20f3791f762a972f0505c420baeda1
script: |
#!/bin/bash
set -ex
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- name: source
steps:
- name: validation
image: registry.access.redhat.com/ubi8/ubi:8.10-1786322297@sha256:c3c7184394ffb0224e2361a8ce78193aa04601375eae638e66083a8d45afa9b3
image: registry.access.redhat.com/ubi8/ubi:8.10-1787257890@sha256:e14916b83a7eada51c1edb4a1b910e391f20f3791f762a972f0505c420baeda1
workingDir: $(workspaces.source.path)/source
script: |
#!/bin/bash
Expand Down