Skip to content

Commit

Permalink
eh also include git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ablack12 committed Dec 18, 2024
1 parent a2b51e6 commit 2219c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repotracker/repotracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ func CreateVersionFromConfig(ctx context.Context, projectInfo *model.ProjectInfo
if err != nil {
return v, errors.Wrap(err, "error finding project alias")
}
if metadata.Alias != "" && len(aliases) == 0 {
aliasErr = fmt.Sprintf("requested alias '%s' is undefined", metadata.Alias)
}
}
if metadata.Alias != "" && len(aliases) == 0 {
aliasErr = fmt.Sprintf("requested alias '%s' is undefined", metadata.Alias)
}

verrs := validator.CheckProject(ctx, projectInfo.Project, projectInfo.Config, projectInfo.Ref, true, projectInfo.Ref.Id, nil)
Expand Down

0 comments on commit 2219c1d

Please sign in to comment.