Update project-config in manage-projects

If we're going to trigger this from project-config, we should
make sure it updates project-config as a first step. Currently
it's counting on having run after service-review in run_all.sh.

Change-Id: I14ce9b42af533c742128ce87cda8c8fb897632e4
This commit is contained in:
Monty Taylor 2020-03-30 09:59:19 -05:00
parent a00499bf2f
commit b94a2c5b96
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
- hosts: "localhost:!disabled"
name: "Clone project-config for gitea-git-repos lookup"
# Run on localhost for lookup plugins, on review/review-dev
# because manage-projects runs remotely.
- hosts: "localhost:review:review-dev:!disabled"
name: "Clone project-config for projects list"
strategy: free
connection: local
tasks: