From 85f91d654ce17703f6716f2a67fd01f736ba950a 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac60092e..57fc2d22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ jobs: - stage: run unit tests script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py37,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