File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/interface/cli/commands/hybrid Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -953,7 +953,7 @@ const initCmd = new Command({
953953 console . log ( ' helm repo add cf-runtime https://h.cfcr.io/codefresh-inc/runtime' ) ;
954954 console . log ( ` helm install cf-runtime cf-runtime/cf-runtime -f ${ helmValuesFile } --create-namespace --namespace ${ kubeNamespace } ` ) ;
955955 console . log ( colors . blue ( '\nIn order to test your runner helm based installation please execute:\n' ) ) ;
956- console . log ( ' codefresh runner execute-test-pipeline\n' ) ;
956+ console . log ( ` codefresh runner execute-test-pipeline --runtime-name ${ installationPlan . getContext ( 'runtimeName' ) } \n` ) ;
957957 }
958958
959959 process . exit ( ) ; // TODO : This is not needed - needed to be fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.75.19 " ,
3+ "version" : " 0.75.20 " ,
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