diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-17 16:53:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-17 16:53:52 +0200 |
commit | 8c5242966c23ff2b474765749ac6a34f1f14a5ae (patch) | |
tree | 91ab61dc9a9f249822465ea55c6ea573ac29de0e /.travis.yml | |
parent | bf61d78d13df0927f2098b6f7ebeb16959a86ff2 (diff) |
Wrap .travis.yml to 80
Change-Id: I66b2f68c7c2ff7e877a4c06694b18e3a4f2a06ff
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |