mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix yq command for new k8s version format
The string "1.25" does not need quotes to work in the replace. "1.25.6" or "v1.25.6", however, do.
This commit is contained in:
parent
7410cf8038
commit
74c569cba0
@ -100,7 +100,7 @@ runs:
|
||||
constellation-conf.yaml
|
||||
|
||||
if [[ ${{ inputs.kubernetesVersion != '' }} = true ]]; then
|
||||
yq eval -i "(.kubernetesVersion) = ${{ inputs.kubernetesVersion }}" constellation-conf.yaml
|
||||
yq eval -i "(.kubernetesVersion) = \"${{ inputs.kubernetesVersion }}\"" constellation-conf.yaml
|
||||
fi
|
||||
|
||||
- name: Remove embedded measurements
|
||||
|
Loading…
Reference in New Issue
Block a user