From: Cédric Ollivier Date: Sun, 24 Mar 2019 12:57:11 +0000 (+0100) Subject: Fix manifest-tool builds X-Git-Tag: opnfv-9.0.0~25 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=34b5f05cefa2b28e2ff9835cdd7415a0023474fe;p=functest.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: If1c2c1d7bdcc5bc0a6a221dfe5f628b75f9d9608 Signed-off-by: Cédric Ollivier --- diff --git a/.travis.yml b/.travis.yml index 49dd91adf..915f7a7a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ before_script: - sudo pip install tox - 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: