diff options
author | Rihab Banday <rihab.banday@ericsson.com> | 2020-08-11 08:56:54 +0000 |
---|---|---|
committer | Victor Morales <v.morales@samsung.com> | 2020-08-17 18:39:30 -0400 |
commit | 607c277a52375807d56922cce817c44d6c51bd4a (patch) | |
tree | d10460d88932b3fbdd3b539cba766084662a99a1 /tox.ini | |
parent | 28d1cee5c7b95ae905a4481245d5d5650c87e101 (diff) |
Adding Deployment Guide
This patch adds a deployment guide that describes the steps to initiate
the deployment.
Change-Id: I1835c0b6eee5945990ae078a20d2e2c92516c6b1
Signed-off-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,8 +10,12 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = {env:BASHATE_INSTALL_PATH:bashate} yamllint + rstcheck whitelist_externals = bash commands = bash -c "find {toxinidir} \ -not -path {toxinidir}/.tox/\* \ -name \*.sh | xargs bashate -v" bash -c "yamllint {toxinidir}" + bash -c "find {toxinidir} \ + -not -path {toxinidir}/.tox/\* \ + -name \*.rst | xargs rstcheck" |