From db113fc6078a8f097e7c1a701dd1aae45ac30cef Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 11 Aug 2020 21:17:38 +0200 Subject: [PATCH] Complete the previous git cherry-pick MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Id899e3a2919bd74a62e471eb2ada9dd81b2492a1 Signed-off-by: Cédric Ollivier (cherry picked from commit 85f91d654ce17703f6716f2a67fd01f736ba950a) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6