mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
devops: add safe directory (#16018)
This commit is contained in:
parent
637a935de6
commit
2733924d1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user