diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 16:14:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 16:36:51 +0200 |
commit | dbce004a84a17bcb07c2c2fcec17aedc76b3e2e5 (patch) | |
tree | acc733d8e63afd7de71ec848b3f785811acf3374 | |
parent | bc5470490fd42c7c9712310aee8ed6a768404c61 (diff) |
Disable perm check
.travis-ci applies a false umask
Change-Id: I8e93d64019fffe0a88cd49c565a40419a491f5a0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6099914e9832592ac63f0d3505ea3466eb13117d)
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 30405071..3c2b5a9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: jobs: include: - stage: run unit tests - script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py36 + script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit - stage: build functest-kubernetes-core image script: sudo -E bash build.sh env: @@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit,perm +envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit [testenv] usedevelop = True |