Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit f9d611a

Browse files
authored
Merge pull request #104 from Greenie0506/master
Update use-dev-spaces command in pipeline_yaml
2 parents 6dc0b5d + 36ee909 commit f9d611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/BikeSharingApp/Bikes/azds_pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ stages:
212212
azureSubscription: $(azureServiceConnection)
213213
scriptLocation: inlineScript
214214
inlineScript: |
215-
az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerName) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update
215+
az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerRG) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update
216216
azds up -d
217217
azds list-uris -o json
218218
azds list-uris -o json > $(AGENT.TEMPDIRECTORY)/azdsuri.txt

0 commit comments

Comments
 (0)