From 0da0296154f6e23b7885212603b2da1b8b93f07b Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Tue, 28 May 2019 17:59:11 +0200 Subject: [PATCH] Release on gogcom --- jenkins/release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/release.py b/jenkins/release.py index 0897517..5ca2856 100644 --- a/jenkins/release.py +++ b/jenkins/release.py @@ -19,8 +19,8 @@ gh_version = transfer_repo( source_repo_spec="git@gitlab.gog.com:{}/{}.git".format(GITLAB_USERNAME, GITLAB_REPO_NAME), source_include_elements=["src", "tests", "requirements.txt", ".gitignore", "*.md", "pytest.ini"], source_branch=SOURCE_BRANCH, - dest_repo_spec="https://{}:{}@github.com/{}/{}.git".format(GITHUB_USERNAME, GITHUB_TOKEN, GITHUB_USERNAME, GITHUB_REPO_NAME), + dest_repo_spec="https://{}:{}@github.com/{}/{}.git".format(GITHUB_USERNAME, GITHUB_TOKEN, "gogcom", GITHUB_REPO_NAME), dest_branch="master", dest_user_email=GITHUB_EMAIL, - dest_user_name=GITLAB_USERNAME + dest_user_name="GOG Galaxy SDK Team" ) \ No newline at end of file