We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a2a46 commit 40f7cfaCopy full SHA for 40f7cfa
1 file changed
.drone.yml
@@ -19,8 +19,9 @@ pipeline:
19
build-release:
20
image: fpfis/php71-dev
21
commands:
22
+ - composer global require clue/phar-composer
23
- composer install --no-dev
- - ./vendor/bin/phar-composer build . ghcli.phar
24
+ - phar-composer build . ghcli.phar
25
when:
26
event: tag
27
0 commit comments