Skip to content

Commit eb200b4

Browse files
committed
fix component name
1 parent b0266fc commit eb200b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/crc-qe-fedora.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ spec:
1010
params:
1111
- name: SNAPSHOT
1212
type: string
13-
- name: secret-az-credentials
14-
default: az-crcqe-bot
15-
type: string
1613
tasks:
1714
- name: init
1815
taskSpec:
@@ -31,7 +28,7 @@ spec:
3128
script: |
3229
#!/bin/sh
3330
echo $SNAPSHOT
34-
COMPONENT_CONTAINER_IMAGE=$(jq -r --arg component_name "crc" '.components[] | select(.name == $component_name) | .containerImage' <<< "${SNAPSHOT}")
31+
COMPONENT_CONTAINER_IMAGE=$(jq -r --arg component_name "crc-binary" '.components[] | select(.name == $component_name) | .containerImage' <<< "${SNAPSHOT}")
3532
echo ${COMPONENT_CONTAINER_IMAGE}
3633
echo -n "${COMPONENT_CONTAINER_IMAGE}" | tee $(results.output-image.path)
3734
echo -n $RANDOM$RANDOM | tee $(results.correlation.path)

0 commit comments

Comments
 (0)