Compare commits
	
		
			2 commits
		
	
	
		
			7d43afb7a9
			...
			8345de0de6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8345de0de6 | |||
| 305eb46797 | 
					 1 changed files with 9 additions and 9 deletions
				
			
		
							
								
								
									
										18
									
								
								main.js
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								main.js
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -131,15 +131,7 @@ async function main() {
 | 
			
		|||
        ])
 | 
			
		||||
        core.endGroup()
 | 
			
		||||
 | 
			
		||||
        core.startGroup("Check sourceDirectory")
 | 
			
		||||
        await exec.exec("docker", [
 | 
			
		||||
            "exec",
 | 
			
		||||
            container,
 | 
			
		||||
            "ls", "-la", sourceDirectory
 | 
			
		||||
        ])
 | 
			
		||||
        core.endGroup()
 | 
			
		||||
 | 
			
		||||
        core.startGroup("Show container inspect")
 | 
			
		||||
        core.startGroup("Show container ispect")
 | 
			
		||||
        await exec.exec("docker", [
 | 
			
		||||
            "inspect",
 | 
			
		||||
            container
 | 
			
		||||
| 
						 | 
				
			
			@ -202,6 +194,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