devops: add safe directory (#16018)

This commit is contained in:
Andrey Lushnikov 2022-07-28 05:21:57 -07:00 committed by GitHub
parent 637a935de6
commit 2733924d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,9 @@ function ensure_docker_container {
git config --system http.lowSpeedLimit 0
git config --system http.lowSpeedTime 999999
# set git safe directory
git config --system --add safe.directory /home/pwuser/playwright
su pwuser
cd /home/pwuser
git clone --depth=1 https://github.com/microsoft/playwright