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

Commit

Permalink
ci: fix a error
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 b089a6b commit ccba1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/testing-farm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccba1fc

Please sign in to comment.