fix weekly e2e test permission issue

This commit is contained in:
zjhe
2023-03-08 14:13:17 +08:00
parent 32196f0dd6
commit 800ed76ce6
2 changed files with 5 additions and 4 deletions

View File

@ -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