fixed bug in jenkins file (fiji location)

This commit is contained in:
Guillaume Raffy 2019-09-30 16:04:30 +02:00
parent 3f534229fd
commit 696d02757a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
steps {
echo 'Initial setup...'
sh './scripts/install_fiji.bash'
sh 'export FIJI_ROOT_PATH=$(pwd); ./scripts/install_lipase_in_fiji.bash'
sh 'export FIJI_ROOT_PATH=$(pwd)/Fiji.app; ./scripts/install_lipase_in_fiji.bash'
// echo 'Create or update the virtual Python environment'
// sh '/bin/bash ./src/CI/CI.bash -i ci_venv'
}