Skip to content

Commit

Permalink
fix name of the gitlab ci yaml file (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-gacesa authored and Harness committed Oct 6, 2023
1 parent 93b6f9c commit edadd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/importer/pipelines.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (r *Repository) convertPipelines(ctx context.Context,
}
}

if files := match("", ".gitlab.yml"); len(files) > 0 {
if files := match("", ".gitlab-ci.yml"); len(files) > 0 {
converted := convertPipelineFiles(ctx, files, func() pipelineConverter { return gitlab.New() })
if len(converted) > 0 {
return converted
Expand Down

0 comments on commit edadd5e

Please sign in to comment.