[Scummvm-git-logs] scummvm-sites director-buildbot -> 7109bf10f927b5b5a5f6242a6c8b36f8292900d1

sev- noreply at scummvm.org
Tue Apr 4 11:26:54 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .

Summary:
7109bf10f9 DIRECTOR-BUILDBOT: Fix buildbot number passing


Commit: 7109bf10f927b5b5a5f6242a6c8b36f8292900d1
    https://github.com/scummvm/scummvm-sites/commit/7109bf10f927b5b5a5f6242a6c8b36f8292900d1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-04T13:26:32+02:00

Commit Message:
DIRECTOR-BUILDBOT: Fix buildbot number passing

Changed paths:
    director/steps.py


diff --git a/director/steps.py b/director/steps.py
index acab998..3000946 100644
--- a/director/steps.py
+++ b/director/steps.py
@@ -151,7 +151,7 @@ class GenerateStartMovieCommands(buildstep.ShellMixin, steps.BuildStep):
         if result == util.SUCCESS:
             stdout = self.observer.getStdout()
             scripts = sorted(line for line in stdout.split("\n") if line.strip())
-            default_env["BUILD_NUMBER"] = str(Property("buildnumber"))
+            default_env["BUILD_NUMBER"] = Property("buildnumber")
 
             self.build.addStepsAfterCurrentStep(
                 [




More information about the Scummvm-git-logs mailing list