We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228c0e9 commit 2ab3efaCopy full SHA for 2ab3efa
1 file changed
.drone.yml
@@ -23,9 +23,9 @@ pipeline:
23
build-release:
24
image: fpfis/php71-dev
25
commands:
26
- - 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
27
- composer install --no-dev
28
- - phar-composer build . ghcli.phar
+ - php /tmp/phar-composer build . ghcli.phar
29
when:
30
event: tag
31
0 commit comments