Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from localheinz/fix/debug
Browse files Browse the repository at this point in the history
Fix: Show some information to allow debugging
  • Loading branch information
localheinz authored May 24, 2019
2 parents 8752cfd + c5a5ba3 commit a80b608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh -l

sh -c "/usr/local/bin/composer global show --direct"
sh -c "/usr/local/bin/composer list"
sh -c "ls -la"
sh -c "/usr/local/bin/composer normalize --dry-run"

0 comments on commit a80b608

Please sign in to comment.