Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: add artifact name to the bucket URI (#598) (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Jan 15, 2021
1 parent a8c6a56 commit e461de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/_suites/fleet/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func downloadAgentBinary(artifact string, version string, OS string, arch string

// We will use the snapshots produced by Beats CI
bucket := "beats-ci-artifacts"
object := fmt.Sprintf("snapshots/%s", fileName)
object := fmt.Sprintf("snapshots/%s/%s", artifact, fileName)

// we are setting a version from a pull request: the version of the artifact will be kept as the base one
// i.e. /pull-requests/pr-21100/elastic-agent/elastic-agent-7.11.0-SNAPSHOT-x86_64.rpm
Expand Down

0 comments on commit e461de2

Please sign in to comment.