From 35ffdb8a176c6b16a626fdb147f7de5353c621c9 Mon Sep 17 00:00:00 2001 From: TomasKulhanek Date: Thu, 6 Dec 2018 17:26:54 +0000 Subject: UPDATE: jenkins build script and test to skip when other exception occurs --- build/jenkins-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index 04f8da6..67bb559 100755 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -5,8 +5,8 @@ module avail module load conda # it expects that git clone is done before this script launch # git clone https://github.com/vais-ral/CCPi-Regularisation-Toolkit -conda install conda-build +conda install -y conda-build #export CIL_VERSION=0.10.2 export CIL_VERSION=0.10.2 -cd CCPi-Regularisation-Toolkit +#cd CCPi-Regularisation-Toolkit # already there by jenkins conda build Wrappers/Python/conda-recipe -- cgit v1.2.3