Skip to content

Commit bb837e4

Browse files
author
sivakami
committed
test change.
1 parent df1d203 commit bb837e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/swiftv2-long-running/template/long-running-pipeline-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ stages:
3232
scriptType: bash
3333
scriptLocation: inlineScript
3434
inlineScript: |
35-
echo "Org: $(SYSTEM_COLLECTIONURI)"
36-
echo "Project: $(SYSTEM_TEAMPROJECT)"
35+
echo "Org: $SYSTEM_COLLECTIONURI"
36+
echo "Project: $SYSTEM_TEAMPROJECT"
3737
echo "==> Creating resource group ${{ parameters.resourceGroupName }} in ${{ parameters.location }}"
3838
az group create \
3939
--name "${{ parameters.resourceGroupName }}" \

0 commit comments

Comments
 (0)