Skip to content

Commit

Permalink
Try fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Nov 27, 2024
1 parent 4188a8d commit f55163e
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 @@ -6,7 +6,7 @@ ONTOLOGY_VERSION=$(mvn help:evaluate -Dexpression=ontology.version -q -DforceStd
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
if git diff --quiet "origin/main:$(git ls-tree -r --name-only origin/main | grep 'iguana.owx')" 'src/main/resources/iguana.owx'; then
DIFF_STATUS=0
else
DIFF_STATUS=1
Expand Down

0 comments on commit f55163e

Please sign in to comment.