Skip to content
Snippets Groups Projects
Commit 9ab8967a authored by MJB's avatar MJB
Browse files

adding commit count

parent 7905d198
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
git show --abbrev-commit --pretty=format:%h > git-commit-count mkdir .build-config
git describe --all --long > git-commit-version git rev-list --count integration > .build-config/git-commit-count
\ No newline at end of file git describe --all --long > .build-config/git-commit-version
\ 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