Fix polygerrit.war path when building PolyGerrit with Bazel
Change-Id: Ic6bce6ec37fc3059c9bf46e9017393f4721b367e
This commit is contained in:
@@ -69,7 +69,7 @@ that serves PolyGerrit:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
bazel build polygerrit && \
|
bazel build polygerrit && \
|
||||||
java -jar bazel-out/polygerrit.war daemon --polygerrit-dev \
|
java -jar bazel-bin/polygerrit.war daemon --polygerrit-dev \
|
||||||
-d ../gerrit_testsite --console-log --show-stack-trace
|
-d ../gerrit_testsite --console-log --show-stack-trace
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user