Fix 1_clean_workspace.sh script not deleting files in data_src/
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
rm -fr "$WORKSPACE/data_src/*"
|
||||
rm -fr "$WORKSPACE/data_dst/*"
|
||||
rm -fr "$WORKSPACE/model/*"
|
||||
rm -fr $WORKSPACE/data_src/*
|
||||
rm -fr $WORKSPACE/data_dst/*
|
||||
rm -fr $WORKSPACE/model/*
|
||||
|
||||
Reference in New Issue
Block a user