Skip to content

Commit

Permalink
Updated ODK to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adbartni committed Oct 22, 2024
1 parent cc3aa6f commit bcb3844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mrio-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
mrio_test:

runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.2.27
container: obolibrary/odkfull:v1.5.2

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/run.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run -v %cd%\..\..\:/work -w /work/src/ontology -e ROBOT_JAVA_ARGS='' -e JAVA_OPTS='' --rm -ti obolibrary/odkfull:v1.2.27 %*
docker run -v %cd%\..\..\:/work -w /work/src/ontology -e ROBOT_JAVA_ARGS='' -e JAVA_OPTS='' --rm -ti obolibrary/odkfull:v1.5.2 %*
2 changes: 1 addition & 1 deletion src/ontology/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# we therefore map the whole repo (../..) to a docker volume.
#
# See README-editors.md for more details.
docker run -v $PWD/../../:/work -w /work/src/ontology -e ROBOT_JAVA_ARGS='-Xmx128G -XX:ActiveProcessorCount=64' -e JAVA_OPTS='' --rm -ti obolibrary/odkfull:v1.2.27 "$@"
docker run -v $PWD/../../:/work -w /work/src/ontology -e ROBOT_JAVA_ARGS='-Xmx128G -XX:ActiveProcessorCount=64' -e JAVA_OPTS='' --rm -ti obolibrary/odkfull:v1.5.2 "$@"

0 comments on commit bcb3844

Please sign in to comment.