Skip to content

Commit

Permalink
chore: add Composer version to debug messages
Browse files Browse the repository at this point in the history
ramsey committed Dec 28, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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
@@ -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}'"

0 comments on commit 8bec747

Please sign in to comment.