Closed ulope closed 6 years ago
The docs and CLI help both give the following as an example:
travis-conditions echo '{"branch": "master"}' | travis-conditions "branch = master"
Clearly, that is wrong and should instead be:
echo '{"branch": "master"}' | travis-conditions "branch = master"
(i.e. drop the first travis-conditions)
travis-conditions
thanks for the report @ulope
this will be addressed in https://github.com/travis-ci/travis-conditions/pull/12 and https://github.com/travis-ci/docs-travis-ci-com/pull/1978
The docs and CLI help both give the following as an example:
Clearly, that is wrong and should instead be:
(i.e. drop the first
travis-conditions
)