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
|
// For constructing gitSha
|
||||||
def getGitSha = {
|
def getGitSha = {
|
||||||
def stdout = new ByteArrayOutputStream()
|
|
||||||
try {
|
try {
|
||||||
providers.exec {
|
providers.exec {
|
||||||
commandLine 'git', 'rev-parse', '--short=7', 'HEAD'
|
commandLine 'git', 'rev-parse', '--short=7', 'HEAD'
|
||||||
|
|
Loading…
Reference in a new issue