Skip to content

Commit c57bb75

Browse files
authored
Merge pull request #35460 from vespa-engine/toregge/stop-uploading-artifacts-to-old-s3uri
Stop uploading artifacts to old S3Uri
2 parents 6cfbe5c + 69e6d10 commit c57bb75

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.buildkite/publish-artifacts.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,3 @@ done
2929
ARTIFACT_DESTINATION="${VESPA_ENGINE_ARTIFACTS_BUCKET}/${VESPA_ENGINE_ARTIFACTS_PREFIX}/${VESPA_VERSION}/artifacts/${ARCH}"
3030
echo "📦 Uploading artifacts to ${ARTIFACT_DESTINATION} ..."
3131
buildkite-agent artifact upload "*.tar;*.tar.sig;*.tar.pem;*.rpm;*.rpm.sig;*.rpm.pem" "$ARTIFACT_DESTINATION"
32-
33-
# FIXME(marlon): Remove multiple upload in the transition period.
34-
#
35-
# For the specific case of vespa8/alma8, we also upload to the old path without the "alma8" segment
36-
# to maintain backward compatibility.
37-
if [[ "${VESPA_ENGINE_ARTIFACTS_PREFIX}" == "vespa8/alma8" ]]; then
38-
ARTIFACT_DESTINATION="${VESPA_ENGINE_ARTIFACTS_BUCKET}/${VESPA_VERSION}/artifacts/${ARCH}"
39-
echo "ℹ️ Backward compatibility upload to ${ARTIFACT_DESTINATION} ..."
40-
buildkite-agent artifact upload "*.tar;*.tar.sig;*.tar.pem;*.rpm;*.rpm.sig;*.rpm.pem" "$ARTIFACT_DESTINATION"
41-
fi

0 commit comments

Comments
 (0)