Skip to content

Commit 2ab3efa

Browse files
committed
Using standalone phar-composer
1 parent 228c0e9 commit 2ab3efa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pipeline:
2323
build-release:
2424
image: fpfis/php71-dev
2525
commands:
26-
- composer global require clue/phar-composer
26+
- wget https://github.com/clue/phar-composer/releases/download/v1.0.0/phar-composer.phar -O /tmp/phar-composer
2727
- composer install --no-dev
28-
- phar-composer build . ghcli.phar
28+
- php /tmp/phar-composer build . ghcli.phar
2929
when:
3030
event: tag
3131

0 commit comments

Comments
 (0)