mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2024-11-27 23:07:56 +01:00
Wrapping exclamation mark in a child bash call.
It gets removed by travis otherwise: https://travis-ci.org/martinhoefling/rsyncd-formula/builds/62632850
This commit is contained in:
parent
dc09a0a65f
commit
0182c922a5
@ -31,4 +31,4 @@ script:
|
|||||||
# Idempotence check
|
# Idempotence check
|
||||||
- sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second
|
- sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second
|
||||||
- cat /tmp/second
|
- cat /tmp/second
|
||||||
- ! grep -q '^Not Run:' /tmp/second
|
- bash -c '! grep -q "^Not Run:" /tmp/second'
|
||||||
|
Loading…
Reference in New Issue
Block a user