From 3b114face28547468da9e1b491c67bd5ea53603b Mon Sep 17 00:00:00 2001
From: vagrant <vagrant@localhost.localdomain>
Date: Wed, 9 Jan 2019 14:13:17 +0000
Subject: version in top 0.10.4

---
 build/jenkins-build.sh | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

(limited to 'build')

diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index 4a18525..6da2c56 100755
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -1,4 +1,11 @@
 #!/usr/bin/env bash
+if [[ -n ${CIL_VERSION} ]]
+then
+  echo Using defined version: $CIL_VERSION
+else
+  export CIL_VERSION=0.10.4
+  echo Defining version: $CIL_VERSION
+fi
 # Script to builds source code in Jenkins environment
 # module try-load conda
 
@@ -17,14 +24,6 @@ fi
 # presume that git clone is done before this script is launched, if not, uncomment
 # git clone https://github.com/vais-ral/CCPi-Regularisation-Toolkit
 conda install -y conda-build
-#export CIL_VERSION=0.10.2
-if [[ -n ${CIL_VERSION} ]]
-then
-  echo Using defined version: $CIL_VERSION
-else
-  export CIL_VERSION=0.10.3
-  echo Defining version: $CIL_VERSION
-fi
 #cd CCPi-Regularisation-Toolkit # already there by jenkins
 # need to call first build
 conda build Wrappers/Python/conda-recipe
-- 
cgit v1.2.3