Typo + skipping travis CI mechanism
This commit is contained in:
parent
e46b74521b
commit
7b289de42f
|
|
@ -27,6 +27,12 @@ jobs:
|
||||||
- pre-commit run -c .travis-pre-commit-config.yaml -a
|
- pre-commit run -c .travis-pre-commit-config.yaml -a
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- |
|
||||||
|
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|^(LICENSE)|^(docs)'
|
||||||
|
then
|
||||||
|
echo "Only doc files were updated, not running the CI."
|
||||||
|
exit
|
||||||
|
fi
|
||||||
- export ANSIBLE_STRATEGY=mitogen_linear
|
- export ANSIBLE_STRATEGY=mitogen_linear
|
||||||
- export ANSIBLE_STRATEGY_PLUGINS=${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/ansible_mitogen/plugins/strategy
|
- export ANSIBLE_STRATEGY_PLUGINS=${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/ansible_mitogen/plugins/strategy
|
||||||
- molecule --version
|
- molecule --version
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ role does not require fact gathering.
|
||||||
## Role variables
|
## Role variables
|
||||||
|
|
||||||
Available variables are listed below, along with default values (see
|
Available variables are listed below, along with default values (see
|
||||||
[`defaults/main.yml`](./defaults/main.yml)):
|
[`defaults/main.yml`](./defaults/main.yml)).
|
||||||
|
|
||||||
### MariaDB version
|
### MariaDB version
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue