From: Cédric Ollivier Date: Tue, 11 Aug 2020 19:17:38 +0000 (+0200) Subject: Complete the previous git cherry-pick X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F70738%2F1;p=functest-kubernetes.git Complete the previous git cherry-pick Change-Id: Id899e3a2919bd74a62e471eb2ada9dd81b2492a1 Signed-off-by: Cédric Ollivier (cherry picked from commit 85f91d654ce17703f6716f2a67fd01f736ba950a) --- diff --git a/.travis.yml b/.travis.yml index bc5d5027..5e34208b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ jobs: - stage: run unit tests script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit - stage: build functest-kubernetes-core images - script: sudo -E bash build.sh + script: bash build.sh env: - REPO="${DOCKER_USERNAME}" - amd64_dirs="docker/core"