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

Commit 36ee909

Browse files
Nick GreenfieldNick Greenfield
authored andcommitted
Update use-dev-spaces command in pipeline_yaml
1 parent 6dc0b5d commit 36ee909

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)