Skip to content

Commit 4c8e36b

Browse files
committed
Test Not for review holodeck kernel version change
1 parent 462093e commit 4c8e36b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/precompiled.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)