From 5e189422064c9bb85dfa89eb96772fa18f258396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 25 Oct 2017 14:50:49 +0100 Subject: 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. --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.1