summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zuul/launcher/gearman.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/zuul/launcher/gearman.py b/zuul/launcher/gearman.py
index 564a554ba..915151e7b 100644
--- a/zuul/launcher/gearman.py
+++ b/zuul/launcher/gearman.py
@@ -231,6 +231,8 @@ class Gearman(object):
s_config = {}
s_config.update((k, v.format(item=item, job=job,
change=item.change))
+ if isinstance(v, basestring)
+ else (k, v)
for k, v in s.items())
(swift_instructions['URL'],