Adding some debugging output
This commit is contained in:
		
							parent
							
								
									c7f4c07ff6
								
							
						
					
					
						commit
						0be35bacbe
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								main.js
									
										
									
									
									
								
							
							
						
						
									
										8
									
								
								main.js
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -183,6 +183,14 @@ async function main() {
 | 
			
		|||
        ])
 | 
			
		||||
        core.endGroup()
 | 
			
		||||
 | 
			
		||||
        core.startGroup("Check sourceDirectory")
 | 
			
		||||
        await exec.exec("docker", [
 | 
			
		||||
            "exec",
 | 
			
		||||
            container,
 | 
			
		||||
            "ls", "-la", sourceDirectory
 | 
			
		||||
        ])
 | 
			
		||||
        core.endGroup()
 | 
			
		||||
 | 
			
		||||
        if (imageTag != "trusty") {
 | 
			
		||||
            core.startGroup("Install build dependencies")
 | 
			
		||||
            await exec.exec("docker", [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue