npmci/dist/npmci.env.d.ts

11 lines
422 B
TypeScript
Raw Normal View History

import "typings-global";
import { GitRepo } from "smartstring";
export declare let repo: GitRepo;
export declare let dockerTestTag: string;
export declare let dockerReleaseTag: string;
2016-06-03 14:27:12 +00:00
export declare let dockerRegistry: string;
export declare let dockerTagVersion: () => string;
export declare let dockerTag: () => string;
export declare let dockerTagTest: () => string;
export declare let dockerTagRelease: () => string;