File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ jobs:
331331 echo "DRIVER_BRANCHES=${DRIVER_BRANCHES[*]}" >> $GITHUB_ENV
332332 - name : Set kernel version in holodeck_${{ env.DIST }}.yaml
333333 run : |
334- yq e '. + {"kernel": {"version": strenv(KERNEL_VERSION)}}' -i tests/holodeck_${{ env.DIST }}.yaml
334+ yq e '.spec += {"kernel": {"version": strenv(KERNEL_VERSION)}}' -i tests/holodeck_${{ env.DIST }}.yaml
335335 cat tests/holodeck_${{ env.DIST }}.yaml
336336
337337 - name : Set up Holodeck
@@ -346,7 +346,6 @@ jobs:
346346 aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
347347 aws_ssh_key : ${{ secrets.AWS_SSH_KEY }}
348348 holodeck_config : " tests/holodeck_${{ env.DIST }}.yaml"
349- no-cache : true
350349 - name : Get holodeck file content
351350 id : get_file_content
352351 uses : mikefarah/yq@master
You can’t perform that action at this time.
0 commit comments