You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have more than one build step in a pipeline, Buildkite complains
that they are not unique.
fatal: Failed to upload and process pipeline: Pipeline upload
rejected: The key "build_x86_64" has already been used by another
step in this build
We had a similar issue with shared build tarballs, so just reuse the
tarball name as key.
Fixes: 19e9051
Signed-off-by: Pablo Barbáchano <[email protected]>
0 commit comments