mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
nightly: fix "deploy key URL" that is printed to log output
GitLab now uses the "/-/" form as the canonical.
This commit is contained in:
parent
2198811672
commit
01d1869d59
@ -206,7 +206,7 @@ def main():
|
||||
clone_url = os.getenv('CI_PROJECT_URL') + NIGHTLY
|
||||
repo_base = clone_url + '/raw/master/fdroid'
|
||||
servergitmirror = 'git@' + urlparse(clone_url).netloc + ':' + repo_git_base
|
||||
deploy_key_url = clone_url + '/settings/repository'
|
||||
deploy_key_url = clone_url + '/-/settings/repository#js-deploy-keys-settings'
|
||||
git_user_name = os.getenv('GITLAB_USER_NAME')
|
||||
git_user_email = os.getenv('GITLAB_USER_EMAIL')
|
||||
elif 'TRAVIS_REPO_SLUG' in os.environ:
|
||||
|
Loading…
Reference in New Issue
Block a user