Skip to content
Snippets Groups Projects
Commit 7da45f92 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'task-1797-revision-wrongly-caches' into 'master'

Task 1797 revision wrongly caches

See merge request !75
parents 2d2ad3dc 62478f6d
No related branches found
No related tags found
No related merge requests found
...@@ -3509,6 +3509,8 @@ class project extends base { ...@@ -3509,6 +3509,8 @@ class project extends base {
$sDeploymethod = array_key_exists("deploymethod", $this->_aPrjConfig["phases"][$sPhase]) ? $this->_aPrjConfig["phases"][$sPhase]["deploymethod"] : ""; $sDeploymethod = array_key_exists("deploymethod", $this->_aPrjConfig["phases"][$sPhase]) ? $this->_aPrjConfig["phases"][$sPhase]["deploymethod"] : "";
$sDeployhosts = array_key_exists("hosts", $this->_aPrjConfig["phases"][$sPhase]) ? $this->_aPrjConfig["phases"][$sPhase]["hosts"] : ""; $sDeployhosts = array_key_exists("hosts", $this->_aPrjConfig["phases"][$sPhase]) ? $this->_aPrjConfig["phases"][$sPhase]["hosts"] : "";
/*
* task-1847 - reove adding ssh key
if($sDeployhosts){ if($sDeployhosts){
echo "$sDeployhosts<br>"; echo "$sDeployhosts<br>";
if(!strpos($sDeployhosts, ",")){ if(!strpos($sDeployhosts, ",")){
...@@ -3520,6 +3522,7 @@ class project extends base { ...@@ -3520,6 +3522,7 @@ class project extends base {
; ;
} }
} }
*/
$sDeploytimes = array_key_exists("deploytimes", $this->_aPrjConfig["phases"][$sPhase]) ? $this->_aPrjConfig["phases"][$sPhase]["deploytimes"] : ""; $sDeploytimes = array_key_exists("deploytimes", $this->_aPrjConfig["phases"][$sPhase]) ? $this->_aPrjConfig["phases"][$sPhase]["deploytimes"] : "";
$sDivId4PhaseSettings = 'divSettings' . $sPhase; $sDivId4PhaseSettings = 'divSettings' . $sPhase;
$sDivId4TargetHosts = 'divSettings' . $sPhase . 'hosts'; $sDivId4TargetHosts = 'divSettings' . $sPhase . 'hosts';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment