From d8b7e15169200da4dc2406ceb987b746181f3e62 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Tue, 1 Jan 2019 15:28:50 +0000 Subject: [PATCH] Add echo statements --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c28bce4..b2f538b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,8 +32,10 @@ steps: - script: | yarn install --ignore-engines + echo 'Downloading Code Climate Test Reporter...' curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter + echo 'Done downloading Code Climate Test Reporter.' displayName: 'Install dependencies' - script: |