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 = {
1818 NAMESPACE : 'codefresh' ,
1919 MAKE_DEFAULT_RE : false ,
2020 RUN_DEMO_PIPELINE : true ,
21- DEMO_PIPELINE_NAME : 'Codefresh-Runner Demo ' ,
21+ DEMO_PIPELINE_NAME : 'CF_Runner_Demo ' ,
2222 PROJECT_NAME : 'Runner' ,
2323 CF_CONTEXT_NAME : 'cf-runner' ,
2424 STORAGE_CLASS_PREFIX : 'dind-local-volumes-runner' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const {
1515} = require ( './helper' ) ;
1616const { getNewAgentName } = require ( '../agent/helper' ) ;
1717
18- const TEST_PIPELINE_NAME = 'Codefresh Migration Test ' ;
18+ const TEST_PIPELINE_NAME = 'CF_Runner_Migration_test ' ;
1919
2020async function createAndRunTestPipeline ( runtimeName , errHandler ) {
2121 let testPipeline ;
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.68.8 " ,
3+ "version" : " 0.68.9 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments