Skip to content

Commit

Permalink
Using standalone phar-composer
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Dec 4, 2017
1 parent 228c0e9 commit 2ab3efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ pipeline:
build-release:
image: fpfis/php71-dev
commands:
- composer global require clue/phar-composer
- wget https://github.com/clue/phar-composer/releases/download/v1.0.0/phar-composer.phar -O /tmp/phar-composer
- composer install --no-dev
- phar-composer build . ghcli.phar
- php /tmp/phar-composer build . ghcli.phar
when:
event: tag

Expand Down

0 comments on commit 2ab3efa

Please sign in to comment.