diff --git a/scripts/dev/update_version.py b/scripts/dev/update_version.py index 5e5a633fa..e7fa1fd6f 100644 --- a/scripts/dev/update_version.py +++ b/scripts/dev/update_version.py @@ -54,6 +54,7 @@ def show_commit(): git_args = ['git', 'show'] if utils.ON_CI: git_args.append("--color") + git_args.append("--no-patch") # shows entire git tree on CI (shallow clone) subprocess.run(git_args, check=True)