summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2016-10-10 14:57:10 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2016-10-10 14:57:10 +0100
commit50ac5e08d13973dc950f824aea77b4e86ce632a7 (patch)
tree02dda4f06fe596bf17efb4c29e55ee97e9200c05
parentb84e6966d1b8be5e32a9655ed057f71fea2f0909 (diff)
downloaddefinitions-james/test-32.tar.gz
Use mitzyjames/test-32
-rw-r--r--.gitlab-ci.yml8
1 files 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