Also check daily and testing channel
This commit is contained in:
parent
5f300ac275
commit
eee6d1f41b
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ class Checker {
|
|||
// FIXME: Once the signing server is instructed to sign daily, beta and
|
||||
// RCs as well these need to be included also.
|
||||
$signedChannels = [
|
||||
'daily',
|
||||
'testing',
|
||||
'stable',
|
||||
];
|
||||
if(!in_array($this->environmentHelper->getChannel(), $signedChannels, true)) {
|
||||
|
|
Loading…
Reference in a new issue