mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Mark repo as safe directory to git config (#5102)
This commit is contained in:
		| @@ -10,6 +10,11 @@ if [ ! -n "$DEVCONTAINER" ] && [ ! -n "$VIRTUAL_ENV" ] && [ ! "$ESPHOME_NO_VENV" | ||||
|   source venv/bin/activate | ||||
| fi | ||||
|  | ||||
| # Avoid unsafe git error when running inside devcontainer | ||||
| if [ -n "$DEVCONTAINER" ];then | ||||
|   git config --global --add safe.directory "$PWD" | ||||
| fi | ||||
|  | ||||
| pip3 install -r requirements.txt -r requirements_optional.txt -r requirements_test.txt | ||||
| pip3 install setuptools wheel | ||||
| pip3 install --no-use-pep517 -e . | ||||
|   | ||||
		Reference in New Issue
	
	Block a user