File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929ARTIFACT_DESTINATION=" ${VESPA_ENGINE_ARTIFACTS_BUCKET} /${VESPA_ENGINE_ARTIFACTS_PREFIX} /${VESPA_VERSION} /artifacts/${ARCH} "
3030echo " 📦 Uploading artifacts to ${ARTIFACT_DESTINATION} ..."
3131buildkite-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
You can’t perform that action at this time.
0 commit comments