Skip to content

Commit

Permalink
chore: add Composer version to debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 28, 2021
1 parent 88dd51d commit 8bec747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/composer_paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ if [ ! -f "${composer_lock}" ]; then
composer_lock=""
fi

composer_version="$(composer_path --version)"
cache_dir="$($composer_path config cache-dir)"

echo "::debug::Composer path is '${composer_path}'"
echo "::debug::Composer version is '${composer_version}'"
echo "::debug::Composer cache directory found at '${cache_dir}'"
echo "::debug::File composer.json found at '${composer_json}'"
echo "::debug::File composer.lock path computed as '${composer_lock}'"
Expand Down

0 comments on commit 8bec747

Please sign in to comment.