Skip to content

Commit f3517a4

Browse files
committed
workflows: disable one statement
1 parent 884c914 commit f3517a4

1 file changed

Lines changed: 6 additions & 26 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -326,39 +326,19 @@ jobs:
326326
echo "-------------------------------"
327327
echo "Create Release notes..."
328328
echo "-------------------------------"
329-
330-
VREV=$(git ls-remote https://github.com/${{ github.repository }} | head -1 | sed "s/HEAD//" | cut -c 1-7)
331-
332-
echo ">>> Step 1"
333-
334-
echo "VDRSternELEC: [master@${VREV}](https://github.com/${{ github.repository }}/tree/${VREV})" >> release_notes
335-
336-
echo ">>> Step 2"
337329
330+
# VREV=$(git ls-remote https://github.com/${{ github.repository }} | head -1 | sed "s/HEAD//" | cut -c 1-7)
331+
# echo "VDRSternELEC: [master@${VREV}](https://github.com/${{ github.repository }}/tree/${VREV})" >> release_notes
332+
338333
echo "" >> release_notes
339-
340-
echo ">>> Step 3"
341-
342334
echo "----------------------------------------------------------------------------" >> release_notes
343-
344-
echo ">>> Step 4"
345-
346335
echo "| Status | Distro | Project | Device | Revision |" >> release_notes
347-
348-
echo ">>> Step 5"
349-
350336
echo "| ------- | ------ | ------- | ------ | -------- |" >> release_notes
351-
352-
echo ">>> Step 6"
353-
337+
354338
cat build-summary/build-summary* >> release_notes || true
355-
356-
echo ">>> Step 7"
357-
339+
358340
cat release_notes
359-
360-
echo ">>> Step 8"
361-
341+
362342
echo "-------------------------------"
363343
echo "Create Release..."
364344
echo "-------------------------------"

0 commit comments

Comments
 (0)