summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Huelamo <ana.huelamo@codethink.co.uk>2016-10-25 10:41:27 +0100
committerAna Huelamo <ana.huelamo@codethink.co.uk>2016-11-15 14:41:18 +0000
commita7d3b5b8a8b9ece1dd1e72bf0fe8e5c270d76d93 (patch)
treeeae7338c7a688694a3380d01961601f8502ed766
parent6cfd4dc96fc8417afa2fb7134cbc27e88ee4e18d (diff)
downloaddefinitions-a7d3b5b8a8b9ece1dd1e72bf0fe8e5c270d76d93.tar.gz
Modified .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f2184df..78d90dc2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: python:2.7-slim
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
+ - git clone https://gitlab.com/baserock/ybd.git && cd ybd && git checkout tacgomes/artifact-splitting && cd ..
- cd ybd && ./install_dependencies.sh && cd ..
build-system-x86_64-chroot-build: