Skip to content
Snippets Groups Projects
Commit 661b2a74 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed gitinfo generation.

parent d56a4688
No related branches found
No related tags found
No related merge requests found
Pipeline #37066 passed
#!/bin/sh
echo \"{ \\\"log\\\": \\\"$(git log -1 --oneline)\\\", \\\"ref\\\": \\\"$(git describe --all)\\\", \\\"version\\\": \\\"$(git describe)\\\" }\" > src/gitinfo.json
\ No newline at end of file
echo { \"log\": \"$(git log -1 --oneline)\", \"ref\": \"$(git describe --all)\", \"version\": \"$(git describe)\" } > src/gitinfo.json
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment