no longer needed

This commit is contained in:
Matteias Collet 2020-06-30 00:02:03 +02:00
parent f8e96a2bdb
commit ad3bce8753

View file

@ -9,7 +9,6 @@ Set-Location "./dist"
# Set git email and username
Write-Host "Configuring git"
Write-Host "Using identity $env:PUBLISHER_NAME / $env:PUBLISHER_EMAIL"
git init
git config --local user.name "$env:PUBLISHER_NAME" | Out-Null;
git config --local user.email "$env:PUBLISHER_EMAIL" | Out-Null;