]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Skip checking our the source when mastering the repository
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Dec 2024 10:44:53 +0000 (10:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Dec 2024 17:03:49 +0000 (17:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 1932571428528f1852ae3c595b0249c9f17271b6..4a9769f76bb00951bccfde53ddad6bce51879675 100644 (file)
@@ -413,6 +413,11 @@ pipeline {
                                stage("Master Debian Repository") {
                                        agent any
 
+                                       // We don't need to check out the source for this stage
+                                       options {
+                                               skipDefaultCheckout()
+                                       }
+
                                        environment {
                                                GNUPGHOME = "${WORKSPACE}/.gnupg"