Skip to content
Snippets Groups Projects
Commit 16d18b08 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda-forge] Update update_feedstock.py

parent a8d13cdc
No related branches found
No related tags found
No related merge requests found
...@@ -140,8 +140,7 @@ def main(package, direct_push=False): ...@@ -140,8 +140,7 @@ def main(package, direct_push=False):
['git', 'add', '-A']) ['git', 'add', '-A'])
try: try:
run_commands(['git', 'commit', '-am', run_commands(['git', 'commit', '-am',
'Fix badges [skip ci]']) 'Update to version {}'.format(stable_version)])
# 'Update to version {}'.format(stable_version)])
except ValueError: except ValueError:
print('Feedstock is already uptodate, skipping.') print('Feedstock is already uptodate, skipping.')
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment