We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0462b60 commit 05c05b3Copy full SHA for 05c05b3
1 file changed
justfile
@@ -3,8 +3,7 @@ set positional-arguments
3
set shell := ["bash", "-cue"]
4
5
root_dir := `git rev-parse --show-toplevel`
6
-shapes_url := "https://github.com/sdsc-ordes/catplus-ontology/releases/latest/download/catplus_ontology.ttl"
7
-
+shapes_url := "https://github.com/sdsc-ordes/catplus-ontology/releases/download/v2.1.0/catplus_ontology.ttl"
8
# Default recipe to list all recipes.
9
default:
10
just --list --no-aliases
@@ -48,7 +47,8 @@ validate +args:
48
47
[group('validation')]
49
shacl-start:
50
docker run \
51
- -d -it --rm \
+ -d \
+ --rm \
52
--name catplus-shacl-api \
53
-p 8001:8000 \
54
-e SHAPES_URL={{shapes_url}} \
0 commit comments