From: Cédric Ollivier Date: Fri, 1 May 2020 14:14:14 +0000 (+0200) Subject: Disable perm check X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3bf3c1f04243e1537b2f9118d95904bf51abc4e5;p=functest-kubernetes.git Disable perm check .travis-ci applies a false umask Change-Id: I8e93d64019fffe0a88cd49c565a40419a491f5a0 Signed-off-by: Cédric Ollivier (cherry picked from commit 6099914e9832592ac63f0d3505ea3466eb13117d) --- diff --git a/.travis.yml b/.travis.yml index 2cc467d4..c8a3b740 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,py37 + script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py37,bandit - stage: build functest-kubernetes-core image script: sudo -E bash build.sh env: