Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 25b382ad authored by hhakim's avatar hhakim
Browse files

Add needed sudo for rm.

parent d037bc9e
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ doctest_nightly: ...@@ -100,7 +100,7 @@ doctest_nightly:
- if [[ ! -d "doctest_pyfaust_latest" ]]; then $JOB_PYTHON -m venv doctest_pyfaust-latest;fi - if [[ ! -d "doctest_pyfaust_latest" ]]; then $JOB_PYTHON -m venv doctest_pyfaust-latest;fi
- source doctest_pyfaust-latest/bin/activate - source doctest_pyfaust-latest/bin/activate
- python -m pip install pyfaust - python -m pip install pyfaust
- if [ -r "/tmp/faust_data.zip" ]; then rm /tmp/faust_data.zip; fi # avoid permission error if pre-exists - if [ -r "/tmp/faust_data.zip" ]; then sudo rm /tmp/faust_data.zip; fi # avoid permission error if pre-exists
- PF_DIR=`dirname $(python -c "import pyfaust as pf; print(pf.__file__)")` - PF_DIR=`dirname $(python -c "import pyfaust as pf; print(pf.__file__)")`
- ls wrapper/python/pyfaust/*py - ls wrapper/python/pyfaust/*py
- md5sum wrapper/python/pyfaust/*py - md5sum wrapper/python/pyfaust/*py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment