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-26 11:40:00 +0100
commit5e189422064c9bb85dfa89eb96772fa18f258396 (patch)
tree5c233f0e6aba15373b4b7c7fcafad658aa024f55
parent187de8c7513d2cf1635dbf42b88c0a28e7583636 (diff)
downloaddefinitions-5e189422064c9bb85dfa89eb96772fa18f258396.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