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

Update update_feedstock.py - push --quiet

parent d97b9fbe
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ def main(package, direct_push=False):
else:
subprocess.call(['git', 'remote', 'set-url', 'origin',
'https://idiapbbb:{}@gitlab.idiap.ch/bob/bob.conda.git'.format(os.environ.get('IDIAPBBB_PASS'))])
run_commands(['git', 'push', '--force', '--set-upstream',
run_commands(['git', 'push', '--quiet', '--force', '--set-upstream',
'origin', branch_name])
gitlab = Gitlab(os.environ.get('GITLAB_API_TOKEN'))
project_id = gitlab.get_project('bob.conda')['id']
......
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