Skip to content

Commit cc9659a

Browse files
fix: Modified the base url to validate the Pipeline
1 parent 9571f65 commit cc9659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ var blobContainerName = 'documents'
350350
var queueName = 'doc-processing'
351351
var clientKey = '${uniqueString(guid(subscription().id, deployment().name))}${newGuidString}'
352352
var eventGridSystemTopicName = 'doc-processing'
353-
var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/main/'
353+
var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/dev/'
354354

355355
@description('Optional. Image version tag to use.')
356356
param appversion string = 'latest_waf' // Update GIT deployment branch

0 commit comments

Comments
 (0)