Skip to content

Commit

Permalink
Fixed JSON build info
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 28, 2021
1 parent 86c9004 commit 5f35c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\",
\"CommentParser\": \"GitHub\",
\"Commits\":
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}],
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}]
}" > dockerbuildinfo.json; cat dockerbuildinfo.json
- name: Main push build Info
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
[{\"Id\":\"${{ github.sha }}\", \"LinkUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\", \"Comment\": \"${{ github.event.head_commit.message }}\"}]
}" > dockerbuildinfo.json; cat dockerbuildinfo.json
- name: Push Build Info
- name: Branch Push Build Info
if: github.ref != 'refs/heads/master'
run: >-
octo build-information
Expand Down

0 comments on commit 5f35c8f

Please sign in to comment.