From 3de7f8086cfc89e11ffdf88651ab415e661e2609 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Fri, 13 Oct 2017 12:47:39 +0100 Subject: Remove BuildStream update task Removing since the docker image contains an installation of BuildStream and is updated nightly (as pointed out by Sam). --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26bb2c47..cf476d18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,14 +37,6 @@ 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