Skip to content

Commit dba0c82

Browse files
committed
Cleanup
1 parent c1ad4c8 commit dba0c82

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/fc-versions.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,3 @@ jobs:
9292
--notes "Firecracker build: $version_name" \
9393
"$binary_path#${version_name}"
9494
done
95-
96-
- name: Generate build summary
97-
run: |
98-
echo "## 🔥 Firecracker Builds" >> $GITHUB_STEP_SUMMARY
99-
echo "" >> $GITHUB_STEP_SUMMARY
100-
echo "| Version | Download |" >> $GITHUB_STEP_SUMMARY
101-
echo "|---------|----------|" >> $GITHUB_STEP_SUMMARY
102-
103-
repo="${{ github.repository }}"
104-
run_id="${{ github.run_id }}"
105-
artifact_url="https://github.com/${repo}/actions/runs/${run_id}"
106-
107-
for dir in ./builds/*/; do
108-
version_name=$(basename "$dir")
109-
echo "| \`${version_name}\` | [firecracker](${artifact_url}) |" >> $GITHUB_STEP_SUMMARY
110-
done
111-
112-
echo "" >> $GITHUB_STEP_SUMMARY
113-
echo "_Built from commit: \`${{ github.sha }}\`_" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)