Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tagger
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-06-01 15:22:18 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-06-01 15:22:39 +0300
commit3e3bc20439ea5299812c6ee0ab303a50685d9c7d (patch)
treec71aedb7531b8094a0bc2fac38feb63b58897c66 /tagger
parente5026485fa74f81569ab6cf6779dcdaa736f8aa1 (diff)
Fix repo URL
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tagger')
-rw-r--r--tagger/tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tagger/tag.php b/tagger/tag.php
index 84d3a36..3478df4 100644
--- a/tagger/tag.php
+++ b/tagger/tag.php
@@ -149,7 +149,7 @@ switch($branch) {
foreach($repositories as $repo) {
// Clone the repository
- shell_exec('cd ' . __DIR__ . ' && git clone https://github.com/nextcloud/' . $repo . '.git');
+ shell_exec('cd ' . __DIR__ . ' && git clone git@github.com:nextcloud/' . $repo . '.git');
// Checkout the required branch
shell_exec('cd ' . __DIR__ . '/'. $repo . ' && git checkout ' . $branch);
// Create a signed tag