2016-06-03 00:56:20 +00:00
|
|
|
import "typings-global";
|
|
|
|
import * as plugins from "./npmci.plugins";
|
|
|
|
|
|
|
|
import {GitRepo} from "smartstring";
|
|
|
|
|
|
|
|
export let repo = new GitRepo(process.env.CI_BUILD_REPO);
|
|
|
|
export let dockerTestTag:string;
|
|
|
|
export let dockerReleaseTag:string;
|
2016-06-03 01:44:24 +00:00
|
|
|
|
2016-06-04 16:41:35 +00:00
|
|
|
export let dockerRegistry = "docker.io"; // will be set by npmci.prepare
|