You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/interface/cli/commands/hybrid/init.cmd.js
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,10 @@ const {
19
19
getTestPipeline,
20
20
createTestPipeline,
21
21
executeTestPipeline,
22
+
INSTALLATION_DEFAULTS,
22
23
}=require('./helper');
23
24
24
-
constINSTALLATION_DEFAULTS={
25
-
NAMESPACE: 'codefresh',
26
-
MAKE_DEFAULT_RE: false,
27
-
RUN_DEMO_PIPELINE: true,
28
-
DEMO_PIPELINE_NAME: 'Codefresh-Runner Demo',
29
-
CF_CONTEXT_NAME: 'cf-runner',
30
-
};
25
+
31
26
32
27
consthandleError=createErrorHandler(`\nIf you had any issues with the installation please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`);
0 commit comments