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

fix: add artifact name to the bucket URI #598

Merged
merged 1 commit into from
Jan 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-8.0.0-SNAPSHOT-x86_64.rpm
Expand Down