We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9981352 commit 4cbbcf6Copy full SHA for 4cbbcf6
lib/logger.js
@@ -24,10 +24,10 @@ class Logger {
24
let dockerSockPath;
25
if (fs.existsSync('/var/run/codefresh/docker.sock')) {
26
dockerSockPath = '/var/run/codefresh/docker.sock';
27
- console.log('Using /var/run/codefresh/docker.sock');
+ //console.log('Using /var/run/codefresh/docker.sock');
28
} else {
29
dockerSockPath = '/var/run/docker.sock';
30
- console.log('Using /var/run/docker.sock');
+ //console.log('Using /var/run/docker.sock');
31
}
32
33
this.docker = new Docker({
0 commit comments