gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: ci: fix wrong list order


From: gnunet
Subject: [taler-deployment] branch master updated: ci: fix wrong list order
Date: Thu, 23 Nov 2023 06:11:37 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7838a2e  ci: fix wrong list order
7838a2e is described below

commit 7838a2e1ccf6b11f052759c6499dec2cd0d13678
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Thu Nov 23 00:11:28 2023 -0500

    ci: fix wrong list order
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8a8be57..d4d5335 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1120,8 +1120,8 @@ class GenerateStagesCommand(buildstep.ShellMixin, 
steps.BuildStep):
                     self.configDict[stage]["CONTAINER_NAME"],
                     container_factory,
                     CONTAINER_WORKDIR,
-                    self.configDict[stage]["CONTAINER_ARCH"],
                     stage,
+                    self.configDict[stage]["CONTAINER_ARCH"],
                     f"contrib/ci/jobs/{stage}/job.sh")
                 for stage in jobDirs
             ])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]