From 606f398afbcd429df7faeff40ccaa15b88d346b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 31 Aug 2016 18:14:27 +0100 Subject: .gitlab-ci.yml: Clone ybd from its new location in gitlab Change-Id: Ie3b42b0d19d7b1c788e1a5b068bd26711c44741e --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3c7291f..8582a245 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ before_script: - export LC_ALL="C.UTF-8" - - git clone https://github.com/devcurmudgeon/ybd + - 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 -- cgit v1.2.1