Fix merge error
This commit is contained in:
parent
7f55204998
commit
fe8ed9f331
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ plugins {
|
|||
|
||||
// For constructing gitSha
|
||||
def getGitSha = {
|
||||
def stdout = new ByteArrayOutputStream()
|
||||
try {
|
||||
providers.exec {
|
||||
commandLine 'git', 'rev-parse', '--short=7', 'HEAD'
|
||||
|
|
Loading…
Reference in a new issue