Skip to content

Commit

Permalink
Merge pull request #47 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Return `symfony/thanks`
  • Loading branch information
Andrey Helldar committed Feb 13, 2022
2 parents 95a0142 + b8e6681 commit cecb724
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -11,6 +11,9 @@ RUN composer global require \
dragon-code/codestyler:^1.0 \
symfony/thanks

RUN composer global config --no-plugins allow-plugins.symfony/thanks true
RUN composer config --no-plugins allow-plugins.symfony/thanks true

COPY shell /shell
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Expand Up @@ -9,3 +9,5 @@ source /shell/editorconfig.sh
source /shell/dependabot.sh

source /shell/push.sh

source /shell/thanks.sh
7 changes: 7 additions & 0 deletions shell/thanks.sh
@@ -0,0 +1,7 @@
#!/bin/sh -l

composer global thanks

if [ -f "./composer.json" ]; then
composer thanks
fi

0 comments on commit cecb724

Please sign in to comment.