Skip to content

Commit b023cf3

Browse files
Remove commented-out hooks for post-provisioning Docker image build and push
1 parent 6ea1dc0 commit b023cf3

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

azure_custom.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -46,33 +46,3 @@ deployment:
4646
solutionPrefix: ${parameters.solutionPrefix}
4747
otherLocation: ${parameters.otherLocation}
4848
baseUrl: ${parameters.baseUrl}
49-
50-
# hooks:
51-
# postprovision:
52-
# windows:
53-
# run: |
54-
# ./scripts/auth_update.ps1
55-
# Write-Host "`nBuilding and pushing Docker image to ACR..." -ForegroundColor Yellow
56-
# ./scripts/build-push-acr.ps1
57-
# Write-Host "`nWeb app URL: "
58-
# Write-Host "$env:WEB_APP_URL" -ForegroundColor Cyan
59-
# Write-Host "`nIf you want to use the Sample Data, run the following command in the Bash terminal to process it:"
60-
# Write-Host "bash ./infra/scripts/process_sample_data.sh" -ForegroundColor Cyan
61-
# shell: pwsh
62-
# continueOnError: false
63-
# interactive: true
64-
# posix:
65-
# run: |
66-
# ./scripts/auth_update.sh
67-
# echo ""
68-
# echo "Building and pushing Docker image to ACR..."
69-
# bash ./scripts/build-push-acr.sh
70-
# echo ""
71-
# echo "Web app URL: "
72-
# echo $WEB_APP_URL
73-
# echo ""
74-
# echo "If you want to use the Sample Data, run the following command in the bash terminal to process it:"
75-
# echo "bash ./infra/scripts/process_sample_data.sh"
76-
# shell: sh
77-
# continueOnError: false
78-
# interactive: true

0 commit comments

Comments
 (0)