summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-07 07:57:09 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-07 07:57:09 +0000
commit40b05cad3e31a4c0c6a1bc08b5f4c061b819d3e9 (patch)
treecd2c2358055db64e9b232c1ca9bd61360ee2cb33
parent18a017c6316ca652ef52a8357c01cd10455cea9a (diff)
downloaddefinitions-40b05cad3e31a4c0c6a1bc08b5f4c061b819d3e9.tar.gz
.gitlab-ci.yml: Execute install_requirements.sh inside ybd folderjjardon/requirements
To avoid this error: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' Change-Id: I2edbf766ac161d34773a55b5591be03db0945409
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0221ae56..0818c131 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ before_script:
- export LC_ALL="C.UTF-8"
- apt-get update -qq && apt-get install -y -qq git
- git clone https://gitlab.com/baserock/ybd.git
- - ybd/install_dependencies.sh
+ - cd ybd && install_dependencies.sh
build-system-x86_64-chroot-build:
stage: build