Skip to content

Commit

Permalink
WIP reenable cleanup #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Jan 29, 2024
1 parent 2114558 commit 0570993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/validate-skos
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ die() {

cleanup() {
echo "Cleaning up"
#rm -f -- $testfile
#rm -f -- $result
rm -f -- $testfile
rm -f -- $result
docker container stop validate-skos-fuseki > /dev/null
}

Expand Down

0 comments on commit 0570993

Please sign in to comment.