Skip to content

Commit

Permalink
Fixed artifacts mout path
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Mar 11, 2024
1 parent c577cb9 commit 0a33699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function run_release_manager_list() {
-e VAULT_ADDR="${VAULT_ADDR_SECRET}" \
-e VAULT_ROLE_ID="${VAULT_ROLE_ID_SECRET}" \
-e VAULT_SECRET_ID="${VAULT_SECRET}" \
--mount type=bind,readonly=false,src="${PWD}/x-pack/elastic-agent",target=/artifacts \
--mount type=bind,readonly=false,src="${PWD}/x-pack/elastic-agent/build/distributions/",target=/artifacts \
docker.elastic.co/infra/release-manager:latest \
cli list \
--project "${_project_id}" \
Expand Down

0 comments on commit 0a33699

Please sign in to comment.