From 50ac5e08d13973dc950f824aea77b4e86ce632a7 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Mon, 10 Oct 2016 14:57:10 +0100 Subject: Use mitzy --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b68baae..7d29bcad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ before_script: - export LC_ALL="C.UTF-8" - 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 ivi-build-32: stage: build script: - - linux32 ybd/ybd.py systems/ivi-system-x86_32.morph x86_32 - - linux32 ybd/ybd.py systems/initramfs-x86_32.morph x86_32 + - sudo linux32 -B ybd/ybd.py systems/ivi-system-x86_32.morph x86_32 + - sudo linux32 -B ybd/ybd.py systems/initramfs-x86_32.morph x86_32 only: - /^james\/.*$/ + tags: + - mitzy -- cgit v1.2.1