[kde-linux/kde-linux] /: Stage to ci-artifacts, again
Thomas Duckworth <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 51c0706cebcc1cf2c270d037ae7ed417f44dd977 by Thomas Duckworth.
Committed on 18/07/2026 at 11:28.
Pushed by tduck into branch 'master'.
Stage to ci-artifacts, again
Should work now that we have the permissions.
See https://invent.kde.org/sysadmin/token-service/-/commit/46aee539941733d38ba529c53bc29493a8952bb5
M +1 -1 upload.sh
https://invent.kde.org/kde-linux/kde-linux/-/commit/51c0706cebcc1cf2c270d037ae7ed417f44dd977
diff --git a/upload.sh b/upload.sh
index e6f929b3..edae13f5 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/kde-linux/staging/$CI_JOB_ID"
+ S3_TARGET_STAGING="s3+https://storage.kde.org/ci-artifacts/$CI_PROJECT_PATH/p/$CI_PIPELINE_ID"
# Stage the freshly built image into the bucket.
sudo chown -R "$USER":"$USER" "$OUTDIR"