From 33156200d3e69f2e9088690d0b0b9609f0cc6bb5 Mon Sep 17 00:00:00 2001 From: cmdoret Date: Mon, 8 Sep 2025 18:33:12 +0200 Subject: [PATCH] fix(validate): pin ontology --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index b8f3632..a31e2d4 100644 --- a/justfile +++ b/justfile @@ -3,8 +3,7 @@ set positional-arguments set shell := ["bash", "-cue"] root_dir := `git rev-parse --show-toplevel` -shapes_url := "https://github.com/sdsc-ordes/catplus-ontology/releases/latest/download/catplus_ontology.ttl" - +shapes_url := "https://github.com/sdsc-ordes/catplus-ontology/releases/download/v2.1.0/catplus_ontology.ttl" # Default recipe to list all recipes. default: just --list --no-aliases @@ -48,7 +47,8 @@ validate +args: [group('validation')] shacl-start: docker run \ - -d -it --rm \ + -d \ + --rm \ --name catplus-shacl-api \ -p 8001:8000 \ -e SHAPES_URL={{shapes_url}} \