Fixing the copy_build plugin, issue #36
This commit is contained in:
parent
ecd051a2eb
commit
705c432272
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class CopyBuild implements \PHPCI\Plugin
|
|||
return false;
|
||||
}
|
||||
|
||||
$cmd = 'mkdir -p "%s" && cp -Rf "%s" "%s/"';
|
||||
$cmd = 'mkdir -p "%s" && cp -Rf "%s"* "%s/"';
|
||||
$success = $this->phpci->executeCommand($cmd, $this->directory, $build, $this->directory);
|
||||
|
||||
if ($this->ignore) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue