File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/interface/cli/helpers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Codefresh-cli
1+ # Codefresh-cli
22Build: [ ![ Codefresh build status] ( https://g.codefresh.io/api/badges/pipeline/codefresh-inc/codefresh-io%2Fcli%2Fbuild?type=cf-2 )] ( https://g.codefresh.io/public/accounts/codefresh-inc/pipelines/codefresh-io/cli/build )
33Release: [ ![ Codefresh build status] ( https://g.codefresh.io/api/badges/pipeline/codefresh-inc/codefresh-io%2Fcli%2Frelease?type=cf-2 )] ( https://g.codefresh.io/public/accounts/codefresh-inc/pipelines/codefresh-io/cli/release )
44
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ async function validatePipelineSpec(data) {
2424 if ( steps ) {
2525 yamlObj . steps = steps ;
2626 }
27- if ( steps ) {
27+ if ( stages ) {
2828 yamlObj . stages = stages ;
2929 }
3030 const validatedYaml = yaml . safeDump ( yamlObj ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.30.0 " ,
3+ "version" : " 0.30.1 " ,
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