removed unused code

This commit is contained in:
Guillaume Raffy 2020-01-29 12:13:16 +01:00
parent 224234c3e7
commit a64eed47da
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -30,10 +30,6 @@ pipeline {
steps {
echo 'Releasing package...'
sh './scripts/release_lipase_package.bash'
//sh 'python -c "import owncloud; oc = owncloud.Client(''https://cloud.ipr.univ-rennes1.fr''); oc.login(''graffy'',''$OWNCLOUD_GITLABUR1_PWD''); oc.put_file(''downloads/%installer_file_name%', r'%installer_file_path%')"'
// sh 'make FIJI_ROOT_PATH=$(pwd)/Fiji.app package'
// sh 'rm -rf $HOME/www/*'
// sh 'cp -a ./src/doc/build/html/* $HOME/www/'
}
}
stage('Cleaning up...') {