From 979582a2edf7234b5b04eea86c6c8a2b0fae589f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Tue, 5 Feb 2019 17:00:55 -0800 Subject: [PATCH] build: add some debug info for yarn installs (#28553) PR Close #28553 --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 21334210ae..62a8d1f24f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: