Fix minor yamllint violation in jjb/moon/moon.yml 63/44163/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 3 Oct 2017 22:57:08 +0000 (15:57 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 3 Oct 2017 22:57:08 +0000 (15:57 -0700)
Without a '|' after the shell builder declaration yamllint will think
the bash directive is a comment.

JIRA: RELENG-254

Change-Id: Ib4e9802dbceeac1356936510ffa2efeca648076d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/moon/moon.yml

index aa4aa40..d254129 100644 (file)
@@ -52,7 +52,7 @@
                   pattern: 'docs/**|.gitignore'
 
     builders:
-      - shell:
+      - shell: |
           #!/bin/bash
           echo "launch Moon unit tests"
           nosetest $WORKSPACE/keystone-moon/keystone/tests/moon/unit