Skip to content
Snippets Groups Projects
Commit 72aa92c7 authored by jakubs's avatar jakubs
Browse files

don't throw exception when building with git if there is a local commit at the HEAD

SVN: 32706
parent d0974f15
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ def findGitSvnVersion(lines) { ...@@ -135,7 +135,7 @@ def findGitSvnVersion(lines) {
return a.split("@")[1].split()[0].toInteger() return a.split("@")[1].split()[0].toInteger()
} }
} }
throw new Exception("Couldn't get svn version from git") return "LOCAL_COMMIT"
} }
def calculateBuildInfo() { def calculateBuildInfo() {
......
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