build: add some debug info for yarn installs (#28553)

PR Close #28553
This commit is contained in:
Matias Niemelä 2019-02-05 17:00:55 -08:00
parent 63b744bb6a
commit 979582a2ed
1 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,9 @@ var_9: &setup_circleci_bazel_config
var_10: &download_yarn
run:
name: Downloading Yarn
command: curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash -s -- --version "$CI_YARN_VERSION"
command: |
echo "Attempting to install $CI_YARN_VERSION from https://yarnpkg.com" |
curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash -s -- --version "$CI_YARN_VERSION"
version: 2
jobs: