diff options
author | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-11 14:19:18 +0100 |
---|---|---|
committer | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-11 14:19:18 +0100 |
commit | 1e61f3adac0a4c395cc9f78d0cdd234a64db1764 (patch) | |
tree | 11b662931c78c19757b4b8352962b9badde2b7e7 | |
parent | 6742ed0d01b98c55b6b2cc18e4958fe2dc6ce783 (diff) | |
download | framework-plugins-1e61f3adac0a4c395cc9f78d0cdd234a64db1764.tar.gz framework-plugins-1e61f3adac0a4c395cc9f78d0cdd234a64db1764.tar.bz2 framework-plugins-1e61f3adac0a4c395cc9f78d0cdd234a64db1764.tar.xz framework-plugins-1e61f3adac0a4c395cc9f78d0cdd234a64db1764.zip |
update channels
-rw-r--r-- | build/jenkins-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index e45a330..b4bca61 100644 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -27,7 +27,7 @@ conda install -y conda-build #export CIL_VERSION=0.10.2 #cd CCPi-Regularisation-Toolkit # already there by jenkins # need to call first build -conda build Wrappers/Python/conda-recipe +conda build Wrappers/Python/conda-recipe -c conda-forge -c ccpi # then need to call the same with --output #- otherwise no build is done :-(, just fake file names are generated export REG_FILES=`conda build Wrappers/Python/conda-recipe --output` |