Skip to content

Commit

Permalink
Don't remove the build directory when creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Mar 24, 2015
1 parent 897036e commit 7d65d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/SprintRelease.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SprintRelease extends BaseBuilder {
protected $source_path;
protected $dest_path;

protected $ignore_files = ['.', '..', '.git', 'vendor', '.idea', '.travis.yml', 'build'];
protected $ignore_files = ['.', '..', '.git', 'vendor', '.idea', '.travis.yml'];

public function __construct($destination)
{
Expand Down

0 comments on commit 7d65d61

Please sign in to comment.