From b9ee6fad5b3119e738f6999eb4dd78bafb98a7cd Mon Sep 17 00:00:00 2001
From: vagrant <vagrant@localhost.localdomain>
Date: Mon, 21 Jan 2019 17:07:25 +0000
Subject: test

---
 build/jenkins-build.sh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'build')

diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index 6965180..8c10484 100755
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -46,6 +46,7 @@ conda build Wrappers/Python/conda-recipe
 export REG_FILES=`conda build Wrappers/Python/conda-recipe --output`
 # REG_FILES variable should contain output files
 echo files created: $REG_FILES
+
 #upload to anaconda
 if [[ -n ${CCPI_CONDA_TOKEN} ]]
 then
-- 
cgit v1.2.3