composer status versions
Publish PHP Package / docker (push) Successful in 8s
Details
Publish PHP Package / docker (push) Successful in 8s
Details
This commit is contained in:
parent
c465c09f4b
commit
6a23fc97fd
|
@ -145,7 +145,8 @@ task('composer_vendor_status', function(array $args) {
|
|||
if($status)
|
||||
{
|
||||
$package = str_replace(normalize_path("$GAME_ROOT/composer/vendor/"), '', normalize_path($item));
|
||||
echo "==== Vendor package '$package' changes:\n";
|
||||
$last_remote_tag = get_git_last_remote_tag($item);
|
||||
echo "==== Vendor package '$package'[$last_remote_tag] changes:\n";
|
||||
echo implode("\n", $status) . "\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue