diff --git a/gitlab/update_feedstock.py b/gitlab/update_feedstock.py index 460fd47e4745ecbbdf43dd63726d1bcd7bae0a5c..36ef15e706ccd517b2ec6e0073730c3acc240387 100755 --- a/gitlab/update_feedstock.py +++ b/gitlab/update_feedstock.py @@ -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']