| 
									
										
										
										
											2016-06-03 02:56:20 +02:00
										 |  |  | import "typings-global"; | 
					
						
							|  |  |  | import * as plugins from "./npmci.plugins"; | 
					
						
							|  |  |  | import {GitRepo} from "smartstring"; | 
					
						
							| 
									
										
										
										
											2016-06-05 02:17:55 +02:00
										 |  |  | import {Dockerfile} from "./npmci.build.docker" | 
					
						
							| 
									
										
										
										
											2016-06-03 02:56:20 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | export let repo = new GitRepo(process.env.CI_BUILD_REPO); | 
					
						
							|  |  |  | export let dockerTestTag:string; | 
					
						
							|  |  |  | export let dockerReleaseTag:string; | 
					
						
							| 
									
										
										
										
											2016-06-03 03:44:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-05 01:31:21 +02:00
										 |  |  | export let dockerRegistry; // will be set by npmci.prepare
 | 
					
						
							|  |  |  | export let dockerImages; | 
					
						
							| 
									
										
										
										
											2016-06-05 02:17:55 +02:00
										 |  |  | export let dockerFiles:Dockerfile[]; | 
					
						
							|  |  |  | 
 |