Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 3315620

Browse files
committed
fix(validate): pin ontology
1 parent 0462b60 commit 3315620

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ set positional-arguments
33
set shell := ["bash", "-cue"]
44

55
root_dir := `git rev-parse --show-toplevel`
6-
shapes_url := "https://github.com/sdsc-ordes/catplus-ontology/releases/latest/download/catplus_ontology.ttl"
7-
6+
shapes_url := "https://github.com/sdsc-ordes/catplus-ontology/releases/download/v2.1.0/catplus_ontology.ttl"
87
# Default recipe to list all recipes.
98
default:
109
just --list --no-aliases
@@ -48,7 +47,8 @@ validate +args:
4847
[group('validation')]
4948
shacl-start:
5049
docker run \
51-
-d -it --rm \
50+
-d \
51+
--rm \
5252
--name catplus-shacl-api \
5353
-p 8001:8000 \
5454
-e SHAPES_URL={{shapes_url}} \

0 commit comments

Comments
 (0)