mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
CI: travis: call yq installer
Install `yq` before running the tests. The Makefile now uses `yq` to check the golang version against the versions file. Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
parent
cbf7fb2f75
commit
eaa5c7a442
@ -20,10 +20,15 @@ go:
|
|||||||
env:
|
env:
|
||||||
- target_branch=$TRAVIS_BRANCH
|
- target_branch=$TRAVIS_BRANCH
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt update -y -qq
|
||||||
|
- sudo apt install -y -qq curl # for yq installer
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ".ci/static-checks.sh"
|
- ".ci/static-checks.sh"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd ${TRAVIS_BUILD_DIR}
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
|
- ".ci/install-yq.sh"
|
||||||
- make
|
- make
|
||||||
- sudo -E PATH=$PATH make install
|
- sudo -E PATH=$PATH make install
|
||||||
|
Loading…
Reference in New Issue
Block a user