This commit is contained in:
2016-06-04 23:20:39 +02:00
parent 9d092aa280
commit a87fc98eb8
16 changed files with 50 additions and 41 deletions

5
dist/npmci.tag.docker.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import "typings-global";
export declare let dockerTagVersion: () => string;
export declare let dockerTag: () => string;
export declare let dockerTagTest: () => string;
export declare let dockerTagRelease: () => string;