diff options
author | Matthew Watkins <mwatkins@linuxfoundation.org> | 2024-11-12 12:32:03 +0000 |
---|---|---|
committer | Matthew Watkins <mwatkins@linuxfoundation.org> | 2024-11-12 13:00:52 +0000 |
commit | 5b7cb03c00b6e8bebbb8f0483c203012d1d6ba1f (patch) | |
tree | 937781da7bf2046b529abd75c43a0f31e1cc70e6 /.gitreview | |
parent | 68f63ad07e4f049f3b8e0f81d1a200640da7c2e6 (diff) |
Fix: Manually create initial repository files
Issue-ID: CIMAN-33
Seems the automated setup jobs failed to create the required gerrit
configuration files. This change manually creates them.
Change-Id: Ic75a7c7b24fe3c03478977ad70ca4fad5637627f
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Diffstat (limited to '.gitreview')
-rw-r--r-- | .gitreview | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..94f0b10 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=policy/opa-pdp.git +defaultbranch=master |