]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
debian_build: change forgotten variable name
authorMathias Klette <mathias.klette@profitbricks.com>
Tue, 4 Jun 2013 10:26:28 +0000 (12:26 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Tue, 4 Jun 2013 10:26:28 +0000 (12:26 +0200)
debian_build.py

index d24f8820606ec949f7b93d12b14316d1cad94458..f91064946d6247db740d5731674a8cee24a6b822 100755 (executable)
@@ -272,7 +272,7 @@ if __name__ == '__main__':
     ))
     if do_triggers:
         logger.debug('Triggers found: {tags}.'.format(
-            tags=', '.join(commit_triggers),
+            tags=', '.join(build_triggers),
         ))
     if do_tagging:
         logger.debug('Tag to create: {tag}'.format(