| File inc/wh/cloud.inc.php changed (mode: 100644) (index 1f5712d..3db3901) |
| ... |
... |
function rg_wh_cloud_send_one($db, $event) |
| 60 |
60 |
$last_output .= $r['error']; |
$last_output .= $r['error']; |
| 61 |
61 |
break; |
break; |
| 62 |
62 |
} |
} |
| 63 |
|
$last_output .= 'S3: ' . $r['answer']; |
|
|
63 |
|
$last_output .= $r['answer']; |
| 64 |
64 |
|
|
| 65 |
65 |
// c = skip the CodeDeploy step |
// c = skip the CodeDeploy step |
| 66 |
66 |
if (!strchr($wh['flags'], 'c')) { |
if (!strchr($wh['flags'], 'c')) { |
| |
| ... |
... |
function rg_wh_cloud_send_one($db, $event) |
| 71 |
71 |
break; |
break; |
| 72 |
72 |
} |
} |
| 73 |
73 |
|
|
| 74 |
|
$last_output .= "\n" . 'CodeDeploy: ' . $r['answer']; |
|
|
74 |
|
$last_output .= $r['answer']; |
| 75 |
75 |
} |
} |
| 76 |
76 |
|
|
| 77 |
77 |
$ret = array(); |
$ret = array(); |