Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
06bfdd1
)
Fix minor yamllint violation in jjb/moon/moon.yml
63/44163/1
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Tue, 3 Oct 2017 22:57:08 +0000
(15:57 -0700)
committer
Trevor 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
patch
|
blob
|
history
diff --git
a/jjb/moon/moon.yml
b/jjb/moon/moon.yml
index
aa4aa40
..
d254129
100644
(file)
--- 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