Files
zuul/playbooks/zuul-migrate/run.yaml
Monty Taylor b0252eef9d Update references for opendev
Change-Id: I3c1ac5478efed4dee1d525deb036d457287fa136
2019-04-24 12:59:17 +00:00

11 lines
280 B
YAML

- hosts: all
tasks:
- name: Install migration dependencies
command: "python3 -m pip install --user src/opendev.org/zuul/zuul[migrate]"
- name: Migrate the data
command: tools/run-migration.sh -v --final
args:
chdir: src/opendev.org/zuul/zuul