diff --git a/docker/gerrit/bazel/Dockerfile b/docker/gerrit/bazel/Dockerfile index 4009f56b03..ea09bff335 100644 --- a/docker/gerrit/bazel/Dockerfile +++ b/docker/gerrit/bazel/Dockerfile @@ -22,4 +22,4 @@ RUN mkdir /var/gerrit/plugins && \ unzip -jo /var/gerrit/bin/gerrit.war WEB-INF/plugins/* -d /var/gerrit/plugins COPY opendevtheme.html /var/gerrit/plugins/opendevtheme.html -COPY bazel-bin/plugins/zuul-results-summary/zuul-results-summary.js /var/gerrit/plugins/zuul-results-summary.js +COPY bazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar /var/gerrit/plugins/zuul-results-summary.jar diff --git a/playbooks/test-review.yaml b/playbooks/test-review.yaml index 1b3528fedc..6e38851ce2 100644 --- a/playbooks/test-review.yaml +++ b/playbooks/test-review.yaml @@ -100,7 +100,7 @@ [access "refs/heads/*"] label-Verified = -2..+2 group CI-tools EOF - git commit -a -m 'Update verify tags' + git commit -a -m 'Update All-Project configuration' git push origin HEAD:refs/meta/config popd