diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-08-15 16:52:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-08-15 16:52:49 +0200 |
commit | 917fc97634c734f2ce5c9d26891d96cd1ed0ef2a (patch) | |
tree | b087800ed24cdf3b6a718a6d3c5cda1832ab3c43 | |
parent | e4610952edad88a21a980e2b0d643d9f06e93cd7 (diff) | |
download | jenkins.debian.net-917fc97634c734f2ce5c9d26891d96cd1ed0ef2a.tar.xz |
ruby-qa.yaml: fixup formatting
-rw-r--r-- | job-cfg/ruby-qa.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml index cea4deb8..c47105bf 100644 --- a/job-cfg/ruby-qa.yaml +++ b/job-cfg/ruby-qa.yaml @@ -7,9 +7,9 @@ artifactDaysToKeep: -1 artifactNumToKeep: -1 scm: - - git: - url: '{gitrepo}' - branches: + - git: + url: '{gitrepo}' + branches: - master builders: - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}' |