Skip to content

Commit

Permalink
Merge pull request #28 from phpbb/remove/bamboo_builds
Browse files Browse the repository at this point in the history
Remove testing pull requests from container
  • Loading branch information
marc1706 authored Nov 11, 2024
2 parents 79ddbe7 + 2b62923 commit d7dcd3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 138 deletions.
6 changes: 0 additions & 6 deletions config/parameters.php.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@
'github_webhooks_secret' => '',
'jira_username' => '',
'jira_password' => '',
'bamboo_username' => '',
'bamboo_password' => '',
'notify_username' => '',
'notify_password' => '',
'notify_email' => '',
'notify_url' => '',
];
10 changes: 0 additions & 10 deletions src/ContainerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ public function build()
$c['jira_client']
);
},
'listener.pull_request.test' => function ($c) {
return new Listener\TestPullRequest(
$c['bamboo_username'],
$c['bamboo_password'],
$c['notify_username'],
$c['notify_password'],
$c['notify_email'],
$c['notify_url']
);
},
'listener.push.split_repo' => function ($c) {
return new Listener\PushSplitRepo(
$c['cache_dir']
Expand Down
122 changes: 0 additions & 122 deletions src/Listener/TestPullRequest.php

This file was deleted.

0 comments on commit d7dcd3d

Please sign in to comment.