summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-07-25 15:05:24 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-07-25 15:05:24 +0100
commit5791e0f2c278be1fc72a1ef7149acec4da21ffa7 (patch)
treee38dcddc386b2607a01bd14b27437847e82068c4 /.gitlab-ci.yml
parentdbd5f6fccededb3bd18791eac43fd88d36e90f00 (diff)
downloaddefinitions-franred/revert-45bb922a-Update-buildstream-to-1.1.3.tar.gz
Revert "Update buildstream to 1.1.3"franred/revert-45bb922a-Update-buildstream-to-1.1.3
This reverts commit 45bb922afeaae26ef5d4e0ee329c678485063c45.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8778f772..8608ec22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,8 +13,8 @@ variables:
.bst_before_script: &bst_before_script
before_script:
- |
- export BST_SHA='06ae434a7017edbf67bf46c3fe2e327466801787' # 1.1.3
- export BST_EXTERNAL_SHA='fcd1fc365d0250bffe02937c89dcc31d11c299cf'
+ export BST_SHA='b340f995455b997995fc55277a993d5f5a1656e5' # 1.0.1
+ export BST_EXTERNAL_SHA='c4cc10467d116450471ca9f756617ede7572814c'
git clone https://gitlab.com/BuildStream/buildstream.git
# Use specific version of BuildStream
cd buildstream && git checkout $BST_SHA