Use opendev.org as git location

Switch to new place for git hosting.

Change-Id: Ibb6f0dbaeaa258fc0cef631297d78f44599edcdb
This commit is contained in:
Andreas Jaeger 2019-06-27 10:57:04 +02:00
parent 8d85f6ccaa
commit 86ef8f67a7
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
pre-run: playbooks/base/pre.yaml
post-run: playbooks/base/post.yaml
roles:
- zuul: git.zuul-ci.org/zuul-jobs
- zuul: opendev.org/zuul/zuul-jobs
timeout: 1800
- job:
@ -24,5 +24,5 @@
pre-run: playbooks/base-test/pre.yaml
post-run: playbooks/base-test/post.yaml
roles:
- zuul: git.zuul-ci.org/zuul-jobs
- zuul: opendev.org/zuul/zuul-jobs
timeout: 1800