diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-13 11:59:01 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-13 12:00:32 +0200 |
commit | 5733684f18f06c76afccd26b5ca9659c876ae743 (patch) | |
tree | dd6c283ac11f36284a977a970775f4b9ac609a41 | |
parent | 4f62e73b9711b01b25868c6dbb9488c742c1953c (diff) |
Fix 1 typo in .travis.yml
It completes the previous commit [1][2]
[1] https://gerrit.opnfv.org/gerrit/#/c/67550/
[2] https://travis-ci.org/collivier/functest-xtesting/jobs/519601390
Change-Id: Ib0465d8d005ae8336f35056860aad7cd38995f34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9dc60f3d..e5646bbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,6 @@ jobs: - stage: publish xtesting manifests script: > sudo manifest-tool push from-args \ - --platforms linux/amd64,linux,arm,linux/arm64 \ + --platforms linux/amd64,linux/arm,linux/arm64 \ --template ${DOCKER_USERNAME}/xtesting:ARCH-hunter \ --target ${DOCKER_USERNAME}/xtesting:hunter |