Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: add some debug output for tekton job
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Shi <[email protected]>
  • Loading branch information
shi2wei3 committed May 27, 2024
1 parent 92bddbd commit 22f5da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/testing-farm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ spec:
apk add skopeo jq
echo "== env =="
env
echo "========="
echo "${SNAPSHOT}"
IMAGES=$(echo "${SNAPSHOT}" | jq -r '.components[].containerImage')
COUNT=0
for IMAGE in $IMAGES; do
Expand Down

0 comments on commit 22f5da5

Please sign in to comment.