summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-01-28 19:50:11 +0000
committerJavier Jardón <jjardon@gnome.org>2017-01-28 19:50:11 +0000
commit5e422cceb9a8157ee2600c8548bfd245c20f8ffb (patch)
treead5fabfe72bd03b4300be73537fee6ab51d45564
parent9aa5cfdd9eb232a5d0d2e9cc5c09e79a0fba7685 (diff)
downloaddefinitions-5e422cceb9a8157ee2600c8548bfd245c20f8ffb.tar.gz
.gitlab-ci.yml: Install python-devel manuallystaging/fromybd/jjardon/pip
Until ybd's install_dependencies.sh script gets fixed
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 570d06b4..f47f4bb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
before_script:
- export LC_ALL="C.UTF-8"
- - dnf -y install git which redhat-rpm-config
+ - dnf -y install git which redhat-rpm-config python-devel
- export CI_YBD_BRANCH=`[[ "$CI_BUILD_REF_NAME" =~ ^staging/fromybd/ ]] && echo -b ${CI_BUILD_REF_NAME#staging/fromybd/}`
- git clone https://gitlab.com/baserock/spec.git
- git clone https://gitlab.com/baserock/ybd.git $CI_YBD_BRANCH