From: Cédric Ollivier Date: Sun, 24 Mar 2019 12:47:59 +0000 (+0100) Subject: Fix manifest-tool builds X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F67365%2F2;p=functest-xtesting.git Fix manifest-tool builds It now selects the last release to allow compiling it [1] [1] https://travis-ci.org/collivier/functest-xtesting/jobs/510384544 Change-Id: I4fdff1df75f39b3b2bc70c3ee9c9910adbe9f0ff Signed-off-by: Cédric Ollivier --- diff --git a/.travis.yml b/.travis.yml index b713feae..20f4dd45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_script: - sudo apt-get -y install qemu-user-static - sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}" - (cd .. && git clone https://github.com/estesp/manifest-tool) + - (cd ../manifest-tool && git checkout v0.9.0) - (cd ../manifest-tool && sudo -E make && sudo -E make install) jobs: