Skip to content

Commit cdd6a6e

Browse files
committed
Patch drush 8.4.8 for PHP 8.1
1 parent e3dbf55 commit cdd6a6e

File tree

8 files changed

+3281
-4
lines changed

8 files changed

+3281
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
drupal
22
db
33
.idea
4+
drush.phar
5+
drush.phar.bak

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ build:
2323
push:
2424
@echo "Pushing images for tags: $(TAGS)"
2525
set -e; for i in $(TAGS); do printf "\nPushing $(NAME):$$i \n\n"; docker push $(NAME):$$i; done
26+
27+
drush:
28+
docker run --rm -v $(PWD)/drush8:/srv $(NAME):81 sh patch.php
29+
cp drush8/drush.phar php8
30+
cp drush8/drush.phar php81

0 commit comments

Comments
 (0)