summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-08-20 14:59:48 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-08-20 14:59:48 +0100
commitf32185dd63c7e320949a98e4c3e098f029ca152e (patch)
tree3a185a49667802908e29f57e8e302d11301ba504
parent6c1e98e3953f6771694a85d118c55d5d5de14500 (diff)
downloaddefinitions-franred/update-bst-to-1.2.tar.gz
WIP: Use bst-1.2 branch in baserockfranred/update-bst-to-1.2
TODO: needs to change the cache to CAS instead of ostree.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bca36a21..670d50c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
.bst_before_script: &bst_before_script
before_script:
- |
- export BST_SHA='06ae434a7017edbf67bf46c3fe2e327466801787' # 1.1.3
+ export BST_SHA='ef5f6a617f324285d34450945fd228a8e34fadb0' # 1.2 branch
export BST_EXTERNAL_SHA='fcd1fc365d0250bffe02937c89dcc31d11c299cf'
git clone https://gitlab.com/BuildStream/buildstream.git
# Use specific version of BuildStream