Clean up var name
This commit is contained in:
parent
7a8a13805f
commit
477bdf6131
@ -8,9 +8,9 @@ String call(Map config = [:]) {
|
||||
|
||||
checkout scm
|
||||
|
||||
GIT_TAG = sh(
|
||||
gitTag = sh(
|
||||
script: "git describe --tags --always --dirty=${runConfig.dirtyFlag}",
|
||||
returnStdout: true
|
||||
).trim()
|
||||
return GIT_TAG
|
||||
return gitTag
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user