File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747 # Check if running from bash/MINGW64 terminal
4848 if ($env:SHELL -like "*bash*" -or $env:TERM_PROGRAM -like "*git*" -or $env:MSYSTEM -eq "MINGW64") {
49- Write-Host " bash ./ scripts/build_and_push_images.sh" -ForegroundColor Cyan
49+ Write-Host " bash scripts/build_and_push_images.sh" -ForegroundColor Cyan
5050 } else {
51- Write-Host " ./ scripts/ build_and_push_images.ps1" -ForegroundColor Cyan
51+ Write-Host " .\ scripts\ build_and_push_images.ps1" -ForegroundColor Cyan
5252 }
5353
5454 Write-Host ""
6161 run : |
6262 echo "===== Provisioning Complete ====="
6363 echo "=> Next step: build and push container images to the dedicated ACR (remote build):"
64- echo " bash ./ scripts/build_and_push_images.sh"
64+ echo " bash scripts/build_and_push_images.sh"
6565 echo ""
6666 echo "Web app URL: $WEB_APP_URL"
6767 shell : sh
You can’t perform that action at this time.
0 commit comments