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
2
2
Build: [ ![ 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 )
3
3
Release: [ ![ 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 )
4
4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ async function validatePipelineSpec(data) {
24
24
if ( steps ) {
25
25
yamlObj . steps = steps ;
26
26
}
27
- if ( steps ) {
27
+ if ( stages ) {
28
28
yamlObj . stages = stages ;
29
29
}
30
30
const validatedYaml = yaml . safeDump ( yamlObj ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.30.0 " ,
3
+ "version" : " 0.30.1 " ,
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