add missing semicolon
This commit is contained in:
parent
95ecdac16e
commit
e7b883ecb2
@ -37,7 +37,7 @@ for (setting in configContent) {
|
||||
}
|
||||
|
||||
if (process.env.DOCKER_COMMIT_HASH) {
|
||||
gitCommitHash = process.env.DOCKER_COMMIT_HASH
|
||||
gitCommitHash = process.env.DOCKER_COMMIT_HASH;
|
||||
} else {
|
||||
try {
|
||||
const gitRevParse = spawnSync('git', ['rev-parse', '--short', 'HEAD']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user