Skip to content

Commit 50027e8

Browse files
Pass env varialbe to disable new relic monitoring when running the engine locally (#263)
1 parent 83d3e6c commit 50027e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/interface/cli/commands/pipeline/run.cmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const run = new Command({
157157
`PIPELINE_ID=${pipelineName}`, `BRANCH=${branch}`,
158158
`CF_HOST=${currentContext.url}`,
159159
'DOCKER_SOCKET_PATH=/var/run/docker.sock',
160+
'NO_EXT_MONITOR=true',
160161
],
161162
Hostconfig: {
162163
Binds: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.9.19",
3+
"version": "0.9.20",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)