Compare commits
	
		
			2 commits
		
	
	
		
			8345de0de6
			...
			7d43afb7a9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7d43afb7a9 | |||
| 0676dbed51 | 
					 1 changed files with 9 additions and 9 deletions
				
			
		
							
								
								
									
										18
									
								
								main.js
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								main.js
									
										
									
									
									
								
							| 
						 | 
					@ -131,7 +131,15 @@ async function main() {
 | 
				
			||||||
        ])
 | 
					        ])
 | 
				
			||||||
        core.endGroup()
 | 
					        core.endGroup()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        core.startGroup("Show container ispect")
 | 
					        core.startGroup("Check sourceDirectory")
 | 
				
			||||||
 | 
					        await exec.exec("docker", [
 | 
				
			||||||
 | 
					            "exec",
 | 
				
			||||||
 | 
					            container,
 | 
				
			||||||
 | 
					            "ls", "-la", sourceDirectory
 | 
				
			||||||
 | 
					        ])
 | 
				
			||||||
 | 
					        core.endGroup()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        core.startGroup("Show container inspect")
 | 
				
			||||||
        await exec.exec("docker", [
 | 
					        await exec.exec("docker", [
 | 
				
			||||||
            "inspect",
 | 
					            "inspect",
 | 
				
			||||||
            container
 | 
					            container
 | 
				
			||||||
| 
						 | 
					@ -194,14 +202,6 @@ async function main() {
 | 
				
			||||||
        ])
 | 
					        ])
 | 
				
			||||||
        core.endGroup()
 | 
					        core.endGroup()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        core.startGroup("Check sourceDirectory")
 | 
					 | 
				
			||||||
        await exec.exec("docker", [
 | 
					 | 
				
			||||||
            "exec",
 | 
					 | 
				
			||||||
            container,
 | 
					 | 
				
			||||||
            "ls", "-la", sourceDirectory
 | 
					 | 
				
			||||||
        ])
 | 
					 | 
				
			||||||
        core.endGroup()
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (imageTag != "trusty") {
 | 
					        if (imageTag != "trusty") {
 | 
				
			||||||
            core.startGroup("Install build dependencies")
 | 
					            core.startGroup("Install build dependencies")
 | 
				
			||||||
            await exec.exec("docker", [
 | 
					            await exec.exec("docker", [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue