diff options
Diffstat (limited to 'build/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 |