Skip to content

Commit

Permalink
Merge pull request #3 from msmakouz/maintenance/remove-command
Browse files Browse the repository at this point in the history
Removing GetBinaryCommand
  • Loading branch information
butschster authored Aug 3, 2022
2 parents 3cb0a8a + 32225f0 commit bb8bbea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 238 deletions.
237 changes: 0 additions & 237 deletions app/src/Command/GetBinaryCommand.php

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ services:
- .:/app
command: >
bash -c "cd ./app
&& [ -f ./protoc-gen-php-grpc ] || php ./app.php get-protoc-binary
&& [ -f ./protoc-gen-php-grpc ] || ./vendor/bin/rr download-protoc-binary
&& php ./app.php grpc:generate"

0 comments on commit bb8bbea

Please sign in to comment.