From 98ee24ea6c8e7e3725ea3d0923eb9211d21b2c37 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 11 Jan 2017 13:21:32 +0100 Subject: [PATCH] Update update_feedstock.py - push --quiet --- gitlab/update_feedstock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/update_feedstock.py b/gitlab/update_feedstock.py index 460fd47..36ef15e 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'] -- GitLab