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

Commit fb1dd5d

Browse files
authored
Merge pull request #19 from localheinz/fix/debug
Fix: Remove remaining debug output
2 parents d7de986 + 4d98a0d commit fb1dd5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/sh -l
22

33
sh -c "if [[ '$HOME' != '/root' ]]; then cp -r /root/.composer $HOME/.composer; fi"
4-
sh -c "/usr/local/bin/composer global show --direct"
5-
sh -c "/usr/local/bin/composer list"
64
sh -c "/usr/local/bin/composer normalize --dry-run"

0 commit comments

Comments
 (0)