summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-27 09:06:10 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-27 09:07:07 +0100
commit2100fd9bdf80fbf9cd2fd15498ac1107b344da11 (patch)
tree7d37524fb09f9a5378cab66f94f092665639b39f
parent050d82818b7db04ad9351ba27251e2175ec0e2ee (diff)
downloaddefinitions-2100fd9bdf80fbf9cd2fd15498ac1107b344da11.tar.gz
.gitlab-ci.yml: Do not call sh
Change-Id: Ibd3cfb1728423f6b7c5e96d08bf7f7073d5d56d8
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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