From: Trevor Bramwell Date: Tue, 3 Oct 2017 22:57:08 +0000 (-0700) Subject: Fix minor yamllint violation in jjb/moon/moon.yml X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=57e49d1bc0a9e5226fa6dbd56fcb641cffbb064a Fix minor yamllint violation in jjb/moon/moon.yml 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 --- diff --git a/jjb/moon/moon.yml b/jjb/moon/moon.yml index aa4aa40f1..d254129e1 100644 --- a/jjb/moon/moon.yml +++ b/jjb/moon/moon.yml @@ -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