[packaging/craft-blueprints-kde] /: CI: in Windows builds add support to pull from a private git repository
Ralf Habacker <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1dc80b1b8ab1564bc547ec59e08582acdaf8ec28 by Ralf Habacker.
Committed on 28/07/2026 at 06:43.
Pushed by habacker into branch 'master'.
CI: in Windows builds add support to pull from a private git repository
M +1 -0 .gitlab-ci.yml
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/1dc80b1b8ab1564bc547ec59e08582acdaf8ec28
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d98828fbb..584323880 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,6 +173,7 @@ build-package-linux:
- git pull
- cd C:\Craft\craft-ci
- git pull
+ - python -u ci-utilities/gitlab-ci-clone.py $CI_PROJECT_DIR/blueprints/craft-blueprints-kde
- cd C:\Craft
# Define a short cut for the lengthy CraftMaster command line
- |