summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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