Skip to content

Commit

Permalink
Merge pull request #215 from paketo-buildpacks/ca-apm-jfrog-migration
Browse files Browse the repository at this point in the history
Update CA APM artifact location
  • Loading branch information
ekcasey authored Mar 24, 2021
2 parents bd8c3c6 + 702e204 commit 6c70a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/ca-apm-dependency/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
panic(fmt.Errorf("type must be specified"))
}

uri := "https://ca.bintray.com/apm-agents"
uri := "https://packages.broadcom.com/artifactory/apm-agents"

c := colly.NewCollector()
versions := make(actions.Versions)
Expand Down

0 comments on commit 6c70a10

Please sign in to comment.