From c736a6495681a6b18a8d098a1bd2becd3e5b6905 Mon Sep 17 00:00:00 2001 From: Thomas Duckworth Date: Sat, 4 Jul 2026 23:42:58 +1000 Subject: [PATCH] Stage to the kde-linux bucket instead It doesn't seem to have permissions to download from the ci-artifacts bucket. --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 57f6bca..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/j/$CI_JOB_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"