changed location of lipase release
This commit is contained in:
parent
594b99884b
commit
357f5fd03b
|
@ -15,5 +15,5 @@ virtualenv ./python.virtualenv
|
|||
source ./python.virtualenv/bin/activate
|
||||
pip install pyocclient # installs python owncloud module
|
||||
|
||||
python -c "import owncloud; oc = owncloud.Client('https://cloud.ipr.univ-rennes1.fr'); oc.login('graffy','$GRAFFY_OWNCLOUD_JENKINS_PWD'); oc.put_file('downloads/$LIPASE_PACKAGE_FILE_NAME', r'$LIPASE_PACKAGE_FILE_PATH'); oc.put_file('downloads/lipase-manual.pdf', r'$LIPASE_USER_MANUAL_PATH');"
|
||||
python -c "import owncloud; oc = owncloud.Client('https://cloud.ipr.univ-rennes1.fr'); oc.login('graffy','$GRAFFY_OWNCLOUD_JENKINS_PWD'); oc.put_file('lipase/$LIPASE_PACKAGE_FILE_NAME', r'$LIPASE_PACKAGE_FILE_PATH'); oc.put_file('lipase/lipase-manual.pdf', r'$LIPASE_USER_MANUAL_PATH');"
|
||||
|
||||
|
|
Loading…
Reference in New Issue