Skip to content

Commit

Permalink
cleanup build - life support mode
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Perera <[email protected]>
  • Loading branch information
damianperera committed Feb 2, 2024
1 parent 65ebb1b commit 5e326d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
gzip -v9 rpi.img
- name: Create release notes
run: |
latestDownstreamRepoCommit=$(git log -1 --pretty=%B | tr '\n' ';')
latestDownstreamRepoCommit=$(git log -1 --pretty=%B | sed -n '1p')
latestDownstreamRepoCommitId=$(git rev-parse --short HEAD)
latestUpstreamRepoCommit=$(cd wulfy && git log -1 --pretty=%B)
latestUpstreamRepoCommitId=$(cd wulfy && git rev-parse --short HEAD)
Expand Down

0 comments on commit 5e326d0

Please sign in to comment.