File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/interface/cli/commands/hybrid Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const INSTALLATION_DEFAULTS = {
18
18
NAMESPACE : 'codefresh' ,
19
19
MAKE_DEFAULT_RE : false ,
20
20
RUN_DEMO_PIPELINE : true ,
21
- DEMO_PIPELINE_NAME : 'Codefresh-Runner Demo ' ,
21
+ DEMO_PIPELINE_NAME : 'CF_Runner_Demo ' ,
22
22
PROJECT_NAME : 'Runner' ,
23
23
CF_CONTEXT_NAME : 'cf-runner' ,
24
24
STORAGE_CLASS_PREFIX : 'dind-local-volumes-runner' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const {
15
15
} = require ( './helper' ) ;
16
16
const { getNewAgentName } = require ( '../agent/helper' ) ;
17
17
18
- const TEST_PIPELINE_NAME = 'Codefresh Migration Test ' ;
18
+ const TEST_PIPELINE_NAME = 'CF_Runner_Migration_test ' ;
19
19
20
20
async function createAndRunTestPipeline ( runtimeName , errHandler ) {
21
21
let testPipeline ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.68.8 " ,
3
+ "version" : " 0.68.9 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments