From 5bd42c0de85e9adccd9b7de0e2a9b0ec71ac02d4 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 15 Aug 2017 16:19:11 +0000 Subject: Automate conversion and testing using GitLab CI --- convert | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'convert') diff --git a/convert b/convert index 32ea03c7..b99ae5a2 100755 --- a/convert +++ b/convert @@ -7,10 +7,10 @@ set -eu # This must point to a clone of https://gitlab.com/BuildStream/defs2bst/ -CONVERTER=../defs2bst/defs2bst.py +CONVERTER=./defs2bst/defs2bst.py # This must point to a clone of https://gitlab.com/baserock/ybd/ -YBD=../ybd/ybd.py +YBD=./ybd/ybd.py # Only the following systems will be converted. systems=" -- cgit v1.2.1