-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Arthit Suriyawongkul <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ jobs: | |
VERSION: "v3.0.1" # publishing version | ||
VERSION_DEFAULT: "v3.0.1" # default version (be redirected from https://spdx.github.io/spdx-spec/) | ||
VERSION_ALIASES: "latest v3.0 v3.0.1-draft v3-draft v3.0-RC1 v3.0-RC2" # aliases for VERSION | ||
CONTEXT_URL: "https://spdx.org/rdf/3.0.1/spdx-context.jsonld" # context file URL | ||
GIT_USER_NAME: "ci-bot" # for gh-pages commit | ||
GIT_USER_EMAIL: "[email protected]" # for gh-pages commit | ||
PARSER_OUT_BASE_DIR: "__parser_out" # temp dir for output from spec-parser | ||
|
@@ -107,7 +106,7 @@ jobs: | |
shacl2code generate \ | ||
--input spdx-spec/docs/rdf/spdx-model.ttl \ | ||
--input spdx-spec/docs/rdf/jsonld-annotations.ttl \ | ||
--context-url spdx-spec/docs/rdf/spdx-context.jsonld $CONTEXT_URL \ | ||
--context-url spdx-spec/docs/rdf/spdx-context.jsonld https://spdx.org/rdf/3.0.1/spdx-context.jsonld \ | ||
jsonschema \ | ||
--output spdx-spec/docs/rdf/schema.json | ||
cp spdx-spec/docs/rdf/schema.json spdx-spec/docs/model/schema.json | ||
|