From 630ff954a75772c1e79b2cdca17b3bafeb9466c8 Mon Sep 17 00:00:00 2001 From: Thomas Duckworth Date: Tue, 7 Jul 2026 19:19:40 +1000 Subject: [PATCH] Revert "Stage to ci-artifacts per-pipeline" This reverts commit b4b388cbfd85b71399f820d25cc7a083b3d4f634 --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index edae13f..e6f929b 100755 --- a/upload.sh +++ b/upload.sh @@ -61,7 +61,7 @@ REMOTE_SYSUPDATE_PATH=$SSH_USER@$SSH_HOST:$SSH_SYSUPDATE_PATH echo "tinami.kde.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUjdH4S7otYIdLUkOZK+owIiByjNQPzGi7GQ5HOWjO6" >> ~/.ssh/known_hosts stage() { - S3_TARGET_STAGING="s3+https://storage.kde.org/ci-artifacts/$CI_PROJECT_PATH/p/$CI_PIPELINE_ID" + S3_TARGET_STAGING="s3+https://storage.kde.org/kde-linux/staging/$CI_JOB_ID" # Stage the freshly built image into the bucket. sudo chown -R "$USER":"$USER" "$OUTDIR"