Skip to content

Commit

Permalink
Phar should be copied from right location
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Oct 29, 2014
1 parent 5a2260f commit e4c7e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/phpdocumentor.release/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
args: { chdir: release }

- name: Archive new phar to archive folder
shell: mv phpDocumentor.phar /opt/artifacts/phpdoc.org/phar/phpDocumentor-{{ VERSION.stdout }}.phar
shell: cp /var/www/phpdoc.org/web/phpDocumentor.phar /opt/artifacts/phpdoc.org/phar/phpDocumentor-{{ VERSION.stdout }}.phar
args: { chdir: release }

- name: Update symlink to latest phar file
Expand Down

0 comments on commit e4c7e5e

Please sign in to comment.