diff --git a/.tekton/testing-farm.yaml b/.tekton/testing-farm.yaml index 1499e40..940d74d 100644 --- a/.tekton/testing-farm.yaml +++ b/.tekton/testing-farm.yaml @@ -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