summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-07 10:11:19 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-07 10:11:19 +0100
commitb53f262c896320078d07569a1c63fe6fc87f660f (patch)
tree7c52a7bcb14b98d02b336978bb548524f3b167c2
parent7c79dc11e924bbb821eb4ac2ceef4794c6e41470 (diff)
downloadgnome-bluetooth-b53f262c896320078d07569a1c63fe6fc87f660f.tar.gz
Revert "ci: Install python-dbusmock fixes"
This reverts commit 7c79dc11e924bbb821eb4ac2ceef4794c6e41470.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f38516e7..0743e40d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,9 +32,8 @@ build_stable:
- ninja -C _build
- ninja -C _build install
# Install newer python-dbusmock
- - git clone https://github.com/hadess/python-dbusmock.git
+ - git clone https://github.com/martinpitt/python-dbusmock.git
- cd python-dbusmock
- - git checkout -b wip/hadess/bluez-disco-fixes origin/wip/hadess/bluez-disco-fixes
- python3 setup.py build
- python3 setup.py install
- cd ..