From a16f8b0ba4085a4b00b691c5122da8942e5995e1 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Sat, 16 Nov 2024 17:01:19 +0200 Subject: [PATCH] Fix ODK version so it needs to be explicitly @caufieldjh this ensures that whenever we develop phenio we always use the same version for builds - I use this pattern especially for community developed ontologies so that build issues due to infrastructure changes are minimised --- src/ontology/run.sh.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/run.sh.conf b/src/ontology/run.sh.conf index 936925b..93e71e9 100644 --- a/src/ontology/run.sh.conf +++ b/src/ontology/run.sh.conf @@ -1 +1,2 @@ ODK_DEBUG=yes +ODK_TAG=v1.5.3 \ No newline at end of file