Browse Source

Update queue-all.ps1

removed useless comment
pull/1885/head
Francesco Belacca 2 years ago
committed by GitHub
parent
commit
8270b7e0bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      build/acr-build/queue-all.ps1

+ 0
- 2
build/acr-build/queue-all.ps1 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

Loading…
Cancel
Save