summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-13 14:28:53 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-13 14:28:53 +0100
commitad43a1ded669ea67c080e886cf829b0ff2665461 (patch)
treeaa3c16b7d05d92a902be6cc414a580a4b0b76536
parentfef20d93617a613be72930ebce77d6d2005b3163 (diff)
downloaddefinitions-jjardon/fix_ci.tar.gz
Revert ".gitlab-ci.yml: Use ybd's install_dependencies.sh script"jjardon/fix_ci
This reverts commit fef20d93617a613be72930ebce77d6d2005b3163.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e637a1cb..b9c61bf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
before_script:
- export LC_ALL="C.UTF-8"
- git clone https://gitlab.com/baserock/ybd.git
- - sh ybd/install_dependencies.sh
+ - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk
+ - pip install fs pyyaml sandboxlib requests jsonschema
build-system-x86_64-chroot-build:
stage: build