File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -345,12 +345,8 @@ jobs:
345345 aws_access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
346346 aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
347347 aws_ssh_key : ${{ secrets.AWS_SSH_KEY }}
348+ cmd : cat "tests/holodeck_${{ env.DIST }}.yaml"
348349 holodeck_config : " tests/holodeck_${{ env.DIST }}.yaml"
349- - name : Get holodeck file content
350- id : get_file_content
351- uses : mikefarah/yq@master
352- with :
353- cmd : cat /github/workspace/.cache/holodeck.yaml
354350 - name : Get public dns name
355351 id : get_public_dns_name
356352 uses : mikefarah/yq@master
@@ -359,7 +355,6 @@ jobs:
359355 - name : Calculate holodeck instance hostname
360356 run : |
361357 echo "instance_hostname=ubuntu@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
362- echo "holodeck_file_content=${{ steps.get_file_content.outputs.result }}"
363358
364359 - name : Install GitHub CLI
365360 run : |
You can’t perform that action at this time.
0 commit comments