Browse Source
Update queue-all.ps1
removed useless comment
pull/1885/head
Francesco Belacca
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
build/acr-build/queue-all.ps1
|
|
@ -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 |