Skip to content

Commit

Permalink
change back expected branch to be master
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jun 5, 2023
1 parent 30fccde commit d696f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && \

WORKDIR /opt/grobid-source

RUN git clone --depth 1 --branch update-grobid https://github.com/kermitt2/grobid-quantities.git ./grobid-quantities-source
RUN git clone --depth 1 --branch master https://github.com/kermitt2/grobid-quantities.git ./grobid-quantities-source

WORKDIR /opt/grobid-source/grobid-quantities-source
COPY gradle.properties .
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,6 @@ release {
failOnCommitNeeded = false
tagTemplate = 'v${version}'
git {
requireBranch.set('update-grobid')
requireBranch.set('master')
}
}

0 comments on commit d696f9d

Please sign in to comment.