Merge "gerrit: copy theme plugin from plugins/"

This commit is contained in:
Zuul 2021-09-21 15:13:09 +00:00 committed by Gerrit Code Review
commit fc75255ea9
3 changed files with 3 additions and 1 deletions

View File

@ -21,5 +21,7 @@ COPY bazel-bin/release.war /var/gerrit/bin/gerrit.war
RUN mkdir /var/gerrit/plugins && \
unzip -jo /var/gerrit/bin/gerrit.war WEB-INF/plugins/* -d /var/gerrit/plugins
# NOTE(ianw) : copied into build context by playbooks/zuul/gerrit/run.yaml
COPY opendevtheme.html /var/gerrit/plugins/opendevtheme.html
COPY bazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar /var/gerrit/plugins/zuul-results-summary.jar

View File

@ -36,7 +36,7 @@
- name: Install OpenDev theme plugin
copy:
src: opendevtheme.html
src: plugins/opendevtheme.html
dest: /home/zuul/src/gerrit.googlesource.com/gerrit/opendevtheme.html
- name: Build docker image