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({
953
953
console . log ( ' helm repo add cf-runtime https://h.cfcr.io/codefresh-inc/runtime' ) ;
954
954
console . log ( ` helm install cf-runtime cf-runtime/cf-runtime -f ${ helmValuesFile } --create-namespace --namespace ${ kubeNamespace } ` ) ;
955
955
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` ) ;
957
957
}
958
958
959
959
process . exit ( ) ; // TODO : This is not needed - needed to be fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.75.19 " ,
3
+ "version" : " 0.75.20 " ,
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