summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2017-10-13 12:47:39 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-10-13 13:21:16 +0100
commit3de7f8086cfc89e11ffdf88651ab415e661e2609 (patch)
tree8b699f86163d6af610770096206d8d19a5244c3d /.gitlab-ci.yml
parentb19a39d84ad838c5626c2c327d84badc9557bd55 (diff)
downloaddefinitions-3de7f8086cfc89e11ffdf88651ab415e661e2609.tar.gz
Remove BuildStream update task
Removing since the docker image contains an installation of BuildStream and is updated nightly (as pointed out by Sam).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 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