summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-26 18:10:02 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-26 19:21:32 +0100
commitfc72e0f9ec501e986839dbb0bf10dff0675e6604 (patch)
tree8f9c9f70d1c742441ff5dcfe22440bd50a1333b9
parent24edb7cbf63934f3291e59008f7b98953696ee6d (diff)
downloaddefinitions-fc72e0f9ec501e986839dbb0bf10dff0675e6604.tar.gz
.gitlab-ci.yml: Do not call sh
Change-Id: I7acae4cdb9f56d7ef6d30e82018bfe3c16785500
-rw-r--r--.gitlab-ci.yml58
1 files changed, 1 insertions, 57 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bae4fc58..02c7c360 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: python:2.7
before_script:
- export LC_ALL="C.UTF-8"
- 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
@@ -17,59 +17,3 @@ build-system-x86_64-chroot-deploy:
name: "${CI_BUILD_NAME}-${CI_BUILD_REF}"
paths:
- build-system-x86_64-chroot.tar
-
-devel-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64
-
-genivi-baseline-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/genivi-baseline-system-x86_64-generic x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-
-genivi-demo-platform-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/genivi-demo-platform-x86_64-generic.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-
-ivi-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/ivi-system-x86_64.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-
-gnome-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/gnome-system-x86_64.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-
-minimal-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64
-
-openstack-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/openstack-system-x86_64.morph x86_64
-
-trove-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/trove-system-x86_64.morph x86_64
-
-weston-build-64:
- stage: build
- script:
- - ybd/ybd.py systems/weston-system-x86_64-generic.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-
-weston-qt-build-64:
- stage: build
- script:
- - ybd/ybd.py weston-qt5-system-x86_64.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64