summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-20 14:03:05 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-20 14:03:05 +0100
commit2c4714911d0da6c0c120240515b3d3a12e3c35b4 (patch)
tree905c008ee19bd54e0bb27d67efdc8c1c1e12a84d /.gitlab-ci.yml
parent1f154fa0dd4912bbe2ddd5dadd53cb93d2456205 (diff)
downloadgnome-bluetooth-2c4714911d0da6c0c120240515b3d3a12e3c35b4.tar.gz
ci: Changes to dbusmock were merged
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 5f57049b..4f49dd00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ build_stable:
- dnf install -y --nogpgcheck $DEPENDENCIES $TEST_DEPS
script:
# Install newer python-dbusmock
- - git clone --branch=wip/hadess/bluez-modalias-prop 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