Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Nov 27, 2024
1 parent 4479886 commit 4188a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_schema_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
ONTOLOGY_VERSION=$(mvn help:evaluate -Dexpression=ontology.version -q -DforceStdout)

git fetch --all > /dev/null 2>&1
git fetch --all

# Check for changes and compare versions
if git diff --quiet "origin/main:$(git ls-tree -r --name-only main | grep 'iguana.owx')" 'src/main/resources/iguana.owx'; then
Expand Down

0 comments on commit 4188a8d

Please sign in to comment.