no longer needed
This commit is contained in:
parent
f8e96a2bdb
commit
ad3bce8753
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue