Fix manifest-tool builds 65/67365/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 24 Mar 2019 12:47:59 +0000 (13:47 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 24 Mar 2019 13:05:19 +0000 (14:05 +0100)
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 <cedric.ollivier@orange.com>
.travis.yml

index b713fea..20f4dd4 100644 (file)
@@ -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: