From 5c910b3b825cc61997b4a10dac3d639beac24b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 31 Aug 2016 18:24:42 +0100 Subject: .gitlab-ci.yml: Use the upstream script to install ybd dependencies Change-Id: I86611e220e8bf7664bc2edec84105d637180c610 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8582a245..b45fad41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,7 @@ before_script: - export LC_ALL="C.UTF-8" - git clone https://gitlab.com/baserock/ybd.git - - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk - - pip install fs pyyaml sandboxlib requests jsonschema + - cd ybd && ./install_dependencies.sh devel-build-64: stage: build -- cgit v1.2.1