Skip to content

Commit

Permalink
Remove "null" cheack
Browse files Browse the repository at this point in the history
  • Loading branch information
tzagim authored Aug 16, 2024
1 parent ef8e9f7 commit bee3009
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
if git diff --exit-code custom.pif.json; then
echo "custom.pif.json is the same, no need to commit."
echo "value=none" >> $GITHUB_ENV
elif git diff | grep -v '"FIRST_API_LEVEL": "null"' | grep '"null"'; then
echo "Something is wrong with the new custom.pif.json, not committing."
echo "status=error" >> $GITHUB_ENV
else
echo "status=build" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit bee3009

Please sign in to comment.