Clone project-config to /opt on gitea servers

We don't need to clone to /tmp, /opt is safer.

Change-Id: Ib41e5e22f6de9048db12f9814dc4af4621e1637a
This commit is contained in:
James E. Blair 2019-03-01 10:05:04 -08:00
parent a53f333162
commit 2a6de1e8bf

View File

@ -1,3 +1,3 @@
gitea_url: https://localhost:3000
project_config_ref: master
project_config_dest: /tmp/project_config
project_config_dest: /opt/project_config