From 2100fd9bdf80fbf9cd2fd15498ac1107b344da11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 27 Oct 2016 09:06:10 +0100 Subject: .gitlab-ci.yml: Do not call sh Change-Id: Ibd3cfb1728423f6b7c5e96d08bf7f7073d5d56d8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b197c35..c36ee0da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ before_script: - export LC_ALL="C.UTF-8" - apt-get update -qq && apt-get install -y -qq git - git clone https://gitlab.com/baserock/ybd.git - - sh ybd/install_dependencies.sh + - ybd/install_dependencies.sh build-system-x86_64-chroot-build: stage: build -- cgit v1.2.1