[kde-linux/kde-linux/buildstream] /: call artifact finder from bin path
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3f087c60b583495086c6354589793017d9ae1a91 by Harald Sitter.
Committed on 03/08/2026 at 07:32.
Pushed by sitter into branch 'buildstream'.
call artifact finder from bin path
I hope that's the right path anyway. this is all a bit ad-hoc
M +1 -1 build.sh
https://invent.kde.org/kde-linux/kde-linux/-/commit/3f087c60b583495086c6354589793017d9ae1a91
diff --git a/build.sh b/build.sh
index f1c5efc4..6be49215 100755
--- a/build.sh
+++ b/build.sh
@@ -13,7 +13,7 @@ set -ex
S3_PACKAGES_URL="https://storage.kde.org/kde-linux-packages/testing/"
if [ "${CI_COMMIT_BRANCH:-}" == "buildstream" ]; then
go install invent.kde.org/sitter/kde-linux-ci-artifacts-find-latest@master
- S3_PACKAGES_URL="$(kde-linux-ci-artifacts-find-latest)/testing-buildstream/"
+ S3_PACKAGES_URL="$(~/go/bin/kde-linux-ci-artifacts-find-latest --project kde-linux/kde-linux-packages)/testing-buildstream/"
fi
# Creates a sysext containing the KDE debug symbols, downloaded from the packages pipeline.