summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-10-13 15:19:58 +0100
committerJavier Jardón <jjardon@gnome.org>2017-10-13 15:19:58 +0100
commitbe883830da9670518ee33757e7731ddf0edb647a (patch)
tree954563f51098efdaa69ac4d15b8fe3438ba2ae18
parentbc78b557700b8009105ee188d48847dbdcd2fe37 (diff)
downloaddefinitions-jjardon/fix-ci.tar.gz
Always clone builstreamjjardon/fix-ci
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1053d42c..451479f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,8 +20,8 @@ cache:
before_script:
# Update to latest BuildStream
- |
- cd ~/buildstream
- git pull origin master
+ git clone https://gitlab.com/BuildStream/buildstream.git
+ cd buildstream
dnf install -y python3-pip
pip3 install .
cd -