fix weekly e2e test permission issue
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
git config --global --add safe.directory '*'
|
||||
|
||||
if [ ! -d "TestRecord" ]; then
|
||||
echo "No TestRecord found, exit"
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user