From 8c5242966c23ff2b474765749ac6a34f1f14a5ae Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 17 May 2021 16:53:52 +0200 Subject: Wrap .travis.yml to 80 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I66b2f68c7c2ff7e877a4c06694b18e3a4f2a06ff Signed-off-by: Cédric Ollivier --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0c11b2430..8c53e118f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,5 +190,6 @@ jobs: - script: > sudo manifest-tool push from-args \ --platforms linux/amd64,linux/arm,linux/arm64 \ - --template ${DOCKER_USERNAME}/functest-benchmarking-cntt:ARCH-wallaby \ + --template \ + ${DOCKER_USERNAME}/functest-benchmarking-cntt:ARCH-wallaby \ --target ${DOCKER_USERNAME}/functest-benchmarking-cntt:wallaby -- cgit 1.2.3-korg