Skip to content
Snippets Groups Projects
Commit 26afc5d9 authored by David Hrbáč's avatar David Hrbáč
Browse files

Add version in footer

parent 1d0de2c7
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
Pipeline #
#!/bin/bash
VER=$(git log --pretty=format:'%h / %an / %ai' -n 1)
sed "s,__VERSION__,\<\/BR\>$VER," mkdocs.yml -i
VER=$(git log --pretty=format:'%h / %ai' -n 1)
sed "s,__VERSION__,\<\/BR\>ver. $VER," mkdocs.yml -i
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