We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0266fc commit eb200b4Copy full SHA for eb200b4
test/crc-qe-fedora.yaml
@@ -10,9 +10,6 @@ spec:
10
params:
11
- name: SNAPSHOT
12
type: string
13
- - name: secret-az-credentials
14
- default: az-crcqe-bot
15
- type: string
16
tasks:
17
- name: init
18
taskSpec:
@@ -31,7 +28,7 @@ spec:
31
28
script: |
32
29
#!/bin/sh
33
30
echo $SNAPSHOT
34
- COMPONENT_CONTAINER_IMAGE=$(jq -r --arg component_name "crc" '.components[] | select(.name == $component_name) | .containerImage' <<< "${SNAPSHOT}")
+ COMPONENT_CONTAINER_IMAGE=$(jq -r --arg component_name "crc-binary" '.components[] | select(.name == $component_name) | .containerImage' <<< "${SNAPSHOT}")
35
echo ${COMPONENT_CONTAINER_IMAGE}
36
echo -n "${COMPONENT_CONTAINER_IMAGE}" | tee $(results.output-image.path)
37
echo -n $RANDOM$RANDOM | tee $(results.correlation.path)
0 commit comments