Skip to content
Snippets Groups Projects
Commit 101fb3e6 authored by hahn's avatar hahn
Browse files

- fixed: cronjob to deploy all

parent f32c56b9
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ foreach ($oPrj1->getProjects() as $sPrj) {
foreach ($oPrj->getActivePhases() as $sPhase) {
$aTmp=$oPrj->getPhaseInfos($sPhase);
echo "$sPhase: ";
if (array_key_exists("version", $aTmp)){
if (array_key_exists("version", $aTmp["onhold"])){
echo $oPrj->deploy($sPhase);
} else {
echo "SKIP - es ist nichts in der Queue<br>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment