delete report directories when job starts (#24805)

This commit is contained in:
Emmanuel Cazenave 2018-07-02 13:01:00 +02:00
parent bf14ffd6dd
commit 42428af411
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e
for DIRECTORY in "htmlcov" "htmlcov-coverage-dj18-authentic-pg" "htmlcov-coverage-dj18-rbac-pg venv"
for DIRECTORY in "htmlcov" "htmlcov-coverage-dj18-authentic-pg" "htmlcov-coverage-dj18-rbac-pg" "venv"
do
if [ -d "$DIRECTORY" ]; then
rm -r $DIRECTORY