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 83d3e6c commit 50027e8Copy full SHA for 50027e8
lib/interface/cli/commands/pipeline/run.cmd.js
@@ -157,6 +157,7 @@ const run = new Command({
157
`PIPELINE_ID=${pipelineName}`, `BRANCH=${branch}`,
158
`CF_HOST=${currentContext.url}`,
159
'DOCKER_SOCKET_PATH=/var/run/docker.sock',
160
+ 'NO_EXT_MONITOR=true',
161
],
162
Hostconfig: {
163
Binds: [
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.9.19",
+ "version": "0.9.20",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments