Skip to content

Commit

Permalink
debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 12, 2024
1 parent 0ad4e8f commit 151413c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions create-space-drain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ curl -L -o drain-plugin https://github.com/cloudfoundry/cf-drain-cli/releases/do
echo "test... finish download..."
ls -l
ldd drain-plugin
echo "ls /github/home/.cf/plugins"
echo "test...> ls /github/home/.cf"
ls /github/home/.cf
echo "test...> ls /github/home/.cf/plugins"
ls /github/home/.cf/plugins
echo "ls /github/home/.cf/plugins/temp3349476163/"
echo "test...> ls /github/home/.cf/plugins/temp3349476163/"
ls /github/home/.cf/plugins/temp3349476163/
echo "test... Installing..."
cf install-plugin -f drain-plugin &&
Expand Down

0 comments on commit 151413c

Please sign in to comment.