Skip to content

Commit

Permalink
macos-Meta-Dateien ignorieren
Browse files Browse the repository at this point in the history
closes #34
  • Loading branch information
gharlan committed Apr 7, 2019
1 parent e51df0e commit 4ecdcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/tasks/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private function copyMedia(): void

// create source archive
onHost($this->source, static function () use ($path) {
run('tar -zcvf '.escapeshellarg($path).' -C {{media_dir}} .');
run('COPYFILE_DISABLE=1 tar -zcvf '.escapeshellarg($path).' -C {{media_dir}} .');

if (Context::get()->getHost() instanceof Localhost) {
return;
Expand Down

0 comments on commit 4ecdcdb

Please sign in to comment.