Skip to content

Commit

Permalink
Merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
uniuuu committed Oct 8, 2024
2 parents 67f891f + 21c850a commit 3ce4657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions client.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ COPY .git .git
COPY client client

WORKDIR /usr/src/app/client/zotero-client
RUN git checkout tags/7.0.6 -b v7.0.6
RUN git checkout tags/7.0.7 -b v7.0.7
#RUN git checkout 7.0.6-hotfix
# RUN git checkout main
RUN rm -rf *
RUN git checkout -- .
RUN git submodule update --init --recursive
Expand Down Expand Up @@ -79,4 +78,4 @@ RUN set -eux; \
app/scripts/dir_build -p $MLW

FROM scratch AS export-stage
COPY --from=stage-2 /usr/src/app/client/zotero-client/app/staging .
COPY --from=stage-2 /usr/src/app/client/zotero-client/app/staging .
2 changes: 1 addition & 1 deletion client/zotero-client
Submodule zotero-client updated 120 files

0 comments on commit 3ce4657

Please sign in to comment.