diff options
| author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-22 13:20:04 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-22 13:20:04 +0000 | 
| commit | 440693750ee94044f4f0bcd7c5e737487bfb6e64 (patch) | |
| tree | c7aba53f4baa3eee42c110ed2b211ee367265849 | |
| parent | d230d45834dab1b7dc13ed189771e6bd8821cb96 (diff) | |
| download | regularization-440693750ee94044f4f0bcd7c5e737487bfb6e64.tar.gz regularization-440693750ee94044f4f0bcd7c5e737487bfb6e64.tar.bz2 regularization-440693750ee94044f4f0bcd7c5e737487bfb6e64.tar.xz regularization-440693750ee94044f4f0bcd7c5e737487bfb6e64.zip | |
Update jenkins-build.sh
| -rwxr-xr-x | build/jenkins-build.sh | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index e4a0535..7ac4539 100755 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -23,7 +23,7 @@ fi  # install miniconda if the module is not present  if hash conda 2>/dev/null; then -  echo using conda +  echo using installed conda  else    if [ ! -f Miniconda3-latest-Linux-x86_64.sh ]; then      wget -q https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh @@ -44,7 +44,6 @@ 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 only if token is defined  # and TODO pull request not to upload  | 
