]> git.ipfire.org Git - pbs.git/commitdiff
jobs: Fix sending configuration
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Jan 2025 17:14:01 +0000 (17:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Jan 2025 17:14:01 +0000 (17:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/jobs.py

index cbc14e636d947ed2999a18e70e2f70736914e6da..b02753a177d3bcef8cc9aee36b6f8203b61a4145 100644 (file)
@@ -681,7 +681,7 @@ class Job(database.Base, database.BackendMixin, database.SoftDeleteMixin):
                                "test"    : self.is_test(),
 
                                # Configuration
-                               "config"  : config.getvalue(),
+                               "config"  : config,
 
                                # URL to the package
                                "pkg"     : self.pkg.download_url,