add missing semicolon
This commit is contained in:
		
							parent
							
								
									33d37a9b5b
								
							
						
					
					
						commit
						741a020579
					
				@ -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