Skip to content

Commit

Permalink
Merge pull request #18 from Zjonn/fix_ci
Browse files Browse the repository at this point in the history
Fix CI update script
  • Loading branch information
Zjonn authored Aug 27, 2021
2 parents 04cd283 + 2d1c5d7 commit dfa324c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
}).text)
print(archive_download_url['artifacts'][0]['archive_download_url'])
END) || (echo "GitHub sometimes returns empty respose. \
So we asume there is no newer schema alvaible" && exit 0)
END) || echo "GitHub sometimes returns empty respose. \
So we asume there is no newer schema alvaible" && exit 0
SCHEMA_FILENAME="schema.zip"
curl \
Expand Down

0 comments on commit dfa324c

Please sign in to comment.