diff options
author | vagrant <vagrant@localhost.localdomain> | 2019-01-09 14:13:17 +0000 |
---|---|---|
committer | vagrant <vagrant@localhost.localdomain> | 2019-01-09 14:13:17 +0000 |
commit | 3b114face28547468da9e1b491c67bd5ea53603b (patch) | |
tree | b6a7c118c784dcd214fdd5c13ddc059750f99f6c | |
parent | da69e9f1074226e3d14faa89a270b4ef1593ee42 (diff) | |
download | regularization-3b114face28547468da9e1b491c67bd5ea53603b.tar.gz regularization-3b114face28547468da9e1b491c67bd5ea53603b.tar.bz2 regularization-3b114face28547468da9e1b491c67bd5ea53603b.tar.xz regularization-3b114face28547468da9e1b491c67bd5ea53603b.zip |
version in top 0.10.4
-rwxr-xr-x | build/jenkins-build.sh | 15 |
1 files changed, 7 insertions, 8 deletions
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 |