summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-18 10:09:55 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-18 10:09:55 +0100
commite9d1a6ec87f9d23ab3c37d768a890568d9f65446 (patch)
tree3d68a658cba4b3852a16fb358ce0ff84ff1088d6 /.gitlab-ci.yml
parentc31d8f351146f0a81a0769ac8644ba48cfefd0ae (diff)
downloadgnome-bluetooth-e9d1a6ec87f9d23ab3c37d768a890568d9f65446.tar.gz
Revert "ci: Update python-dbusmock with upower RemoveDevice method"
This reverts commit cadd2a1b8db8672cbcdde588e4da33a11f406de7.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57cd33c0..b51c8138 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ build_stable:
- dnf install -y https://kojipkgs.fedoraproject.org//work/tasks/5825/82495825/upower-0.99.14-1.fc36.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/5825/82495825/upower-devel-0.99.14-1.fc36.x86_64.rpm
script:
# Install newer python-dbusmock
- - git clone --branch=wip/hadess/upower-remove-device https://github.com/hadess/python-dbusmock.git
+ - git clone https://github.com/martinpitt/python-dbusmock.git
- cd python-dbusmock
- python3 setup.py build
- python3 setup.py install