fix(core): update
This commit is contained in:
parent
cba8de348d
commit
a18166260e
@ -4,6 +4,7 @@ import * as docker from '../ts/index';
|
|||||||
let testDockerHost: docker.DockerHost;
|
let testDockerHost: docker.DockerHost;
|
||||||
|
|
||||||
if (process.env.CI) {
|
if (process.env.CI) {
|
||||||
|
tap.test('ci placeholder', async () => {});
|
||||||
tap.start();
|
tap.start();
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user