Also check daily and testing channel

This commit is contained in:
Lukas Reschke 2016-02-03 19:57:39 +01:00
parent 5f300ac275
commit eee6d1f41b

View file

@ -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)) {