yandex-cloud / python-sdk

Yandex.Cloud Python SDK
MIT License
75 stars 24 forks source link

Zero exit code when no proto code changes #45

Closed l0kix2 closed 2 years ago

l0kix2 commented 2 years ago

Codegen build fails when no changes with

nothing to commit, working tree clean
Error: Process completed with exit code 1.

https://github.com/yandex-cloud/python-sdk/runs/5342309246?check_suite_focus=true

It looks like something broken, but it is normal, so we fix it to return zero in such case

Example run with fix https://github.com/yandex-cloud/python-sdk/runs/5356921249?check_suite_focus=true