Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Sep 11, 2024
1 parent 1eca361 commit cd7c1b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
while read p; do
newFolder="$(echo "$p" | sed s/Ontology.owl//g | sed s/development\\///g | sed s/PD/pd-/g | tr '[:upper:]' '[:lower:]')/$(xmllint $p --xpath "//*[local-name()='RDF']/*[local-name()='Ontology']/*[local-name()='versionInfo']/text()" | sed s/v//g )"
docker run -ti --rm \
docker run --rm \
-v `pwd`:/usr/local/widoco/in:Z \
-v `pwd`/release:/usr/local/widoco/out:Z \
ghcr.io/dgarijo/widoco:latest -ontFile $p -outFolder $newFolder -noPlaceHolderText
Expand All @@ -58,6 +58,7 @@ jobs:
- name: Final checks
shell: bash
run: |
cat updated_files.txt
git status
git diff
Expand Down
2 changes: 1 addition & 1 deletion development/PDCognitiveOntology.owl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<!--
///////////////////////////////////////////////////////////////////////////////////////
//
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit cd7c1b8

Please sign in to comment.