Skip to content

Commit

Permalink
add s3 url
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Apr 30, 2022
1 parent 966fce3 commit 73f9245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ function build_step(NAME, PLATFORM, PROJECT, BB_HASH, PROJ_HASH)
julia ./build_tarballs.jl --verbose "${PLATFORM}"
echo "--- Upload"
export BUILDKITE_ARTIFACT_UPLOAD_DESTINATION="s3://julia-bb-buildcache/${BB_HASH}/${PROJ_HASH}"
buildkite-agent artifact upload "./products/${NAME%@*}*${PLATFORM}*.tar.gz"
"""

Expand Down

0 comments on commit 73f9245

Please sign in to comment.