Fix polygerrit.war path when building PolyGerrit with Bazel
Change-Id: Ic6bce6ec37fc3059c9bf46e9017393f4721b367e
This commit is contained in:
parent
da7931b9c4
commit
805c893c45
@ -69,7 +69,7 @@ that serves PolyGerrit:
|
||||
|
||||
```sh
|
||||
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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user