From 393f178242c72f1c2867bd0bbb8425ba8debe558 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 29 Mar 2018 17:32:14 -0400 Subject: [PATCH] remove empty echos --- ci-build.cmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci-build.cmd b/ci-build.cmd index a76aac8e4c..8b9f0ca197 100644 --- a/ci-build.cmd +++ b/ci-build.cmd @@ -7,15 +7,11 @@ SET DIST_SRC_DIR=%DIST_DIR%Source\ SET REPO_URL=https://github.com/%APPVEYOR_REPO_NAME%.git :: Do normal build -ECHO ECHO ## Build dist -ECHO CALL npm run dist :: Build sources for reviewers -ECHO ECHO ## Build sources -ECHO CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR% cd %DIST_SRC_DIR% CALL git checkout %APPVEYOR_REPO_COMMIT%