summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-10-25 14:57:12 +0100
committerJavier Jardón <jjardon@gnome.org>2017-10-25 14:57:12 +0100
commit46b216aa49dd67772c2e64797567f3f7a7ec7ab7 (patch)
tree841c20a8e5bd4ab5b5133d665bb992c9bf0d8cdc
parent8ccf10aad92f64e727ac55c909ea47abd2bd0c8e (diff)
downloaddefinitions-jjardon/no_master.tar.gz
.gitlab-ci.yml: Use specific version of BuildStream instead current masterjjardon/no_master
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44019a3a..4471dcbd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ variables:
XDG_CACHE_HOME: "${CI_PROJECT_DIR}/.cache"
YBD_base: "/cache/ybd_base"
YBD_gits: "${CI_PROJECT_DIR}/.cache/ybd_base/gits"
+ BST_SHA: 'b14a0c575991f3b75aa15b21b2652186b62d0a09'
GET_SOURCES_ATTEMPTS: 3
# Store all the downloaded git and ostree repos in the distributed cache.
@@ -41,9 +42,8 @@ variables:
before_script:
# Update to latest BuildStream
- |
- cd ~/buildstream
- git pull origin master
- dnf install -y python3-pip
+ git clone git@gitlab.com:BuildStream/buildstream.git
+ cd buildstream && git checkout $YBD_SHA
pip3 install .
cd -