Merge pull request #384 from noelmcloughlin/make_test_quiet
Stop noise from 'test -e' check'
This commit is contained in:
commit
4389c13520
@ -51,7 +51,7 @@
|
|||||||
- require:
|
- require:
|
||||||
- file: {{ basedir }}
|
- file: {{ basedir }}
|
||||||
{%- if not update %}
|
{%- if not update %}
|
||||||
- unless: test -e {{ gitdir }}
|
- unless: test -e {{ gitdir }} >/dev/null 2>&1
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user