Skip to content

Commit

Permalink
add .asc downloads
Browse files Browse the repository at this point in the history
Signed-off-by: DaveSys911 <David.Natachanny@elastic.co>
  • Loading branch information
DaveSys911 committed Apr 17, 2024
1 parent 74ac7fc commit 75e53cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-tools/mage/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ func resolveManifestPackage(project artifacts.Project, pkg string, reqPackage st
if !ok {
return nil
}
// Check if val.AscURL is empty and update it if necessary
if val.AscURL == "" {
val.AscURL = val.URL + ".asc"
}

if mg.Verbose() {
log.Printf(">>>>>>>>>>> Project branch/commit [%s, %s]", project.Branch, project.CommitHash)
}
Expand Down

0 comments on commit 75e53cf

Please sign in to comment.