Fix merge error

This commit is contained in:
mcc 2023-02-10 15:30:12 -05:00
parent 7f55204998
commit fe8ed9f331
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ plugins {
// For constructing gitSha
def getGitSha = {
def stdout = new ByteArrayOutputStream()
try {
providers.exec {
commandLine 'git', 'rev-parse', '--short=7', 'HEAD'