From d739dd46a9afb4742680de31fc377adae8e14a5b Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Wed, 1 Nov 2017 00:51:37 -0200 Subject: [PATCH] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a63371b7b..27f0bc19e 100644 --- a/circle.yml +++ b/circle.yml @@ -13,7 +13,7 @@ dependencies: pre: # Install YARN - node -v - - echo $KEYSTORE_BASE64 | base64 --decode > $KEYSTORE + - echo $KEYSTORE_BASE64 | base64 --decode | tee -a "$KEYSTORE" - | if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION