Merge pull request #1885 from MACEL94/patch-1

Removed useless comment in queue-all.ps1
This commit is contained in:
Tarun Jain 2022-04-05 17:02:44 +05:30 committed by GitHub
commit 3af7133157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,3 @@ $services |% {
Write-Host "Setting ACR build $bname ($bimg)"
az acr build-task create --registry $acrName --name $bname --image ${bimg}:$gitBranch --context $gitContext --branch $gitBranch --git-access-token $patToken --file $bfile
}
# Basket.API