summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-10-25 14:50:49 +0100
committerJavier Jardón <jjardon@gnome.org>2017-10-25 14:52:29 +0100
commit8ccf10aad92f64e727ac55c909ea47abd2bd0c8e (patch)
tree44fa4481d612ba40468a66a07c8ea056d9783cb6
parent7d81af64cd489c81673322f16ef3a8a580700872 (diff)
downloaddefinitions-8ccf10aad92f64e727ac55c909ea47abd2bd0c8e.tar.gz
Revert "Remove BuildStream update task"
We do want to control what version of BuildStream are we using in the CI, not as part as the image; an update can break the build and the same commit that built today can break tomorrow This reverts commit 3de7f8086cfc89e11ffdf88651ab415e661e2609.
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfacc42f..44019a3a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,6 +39,14 @@ variables:
.bst_before_script: &bst_before_script
before_script:
+ # Update to latest BuildStream
+ - |
+ cd ~/buildstream
+ git pull origin master
+ dnf install -y python3-pip
+ pip3 install .
+ cd -
+
# Create ~/.ssh for storing keys
- mkdir -p ~/.ssh