diff --git a/.tekton/testing-farm.yaml b/.tekton/testing-farm.yaml index fcb6411..c620636 100644 --- a/.tekton/testing-farm.yaml +++ b/.tekton/testing-farm.yaml @@ -136,8 +136,8 @@ spec: apk add skopeo jq grep curl PR_NAME="${HOSTNAME%-pod}" - GITLAB_URL="${SNAPSHOT}" | jq -r '.components[].source.git.url' - GITLAB_REVISION="${SNAPSHOT}" | jq -r '.components[].source.git.revision' + GITLAB_URL=$(echo "${SNAPSHOT}" | jq -r '.components[].source.git.url') + GITLAB_REVISION=$(echo "${SNAPSHOT}" | jq -r '.components[].source.git.revision') IMAGES=$(echo "${SNAPSHOT}" | jq -r '.components[].containerImage') COUNT=0 for IMAGE in $IMAGES; do