Skip to content

Commit 80c1f6f

Browse files
committed
test: REPO_REF
1 parent 5d857ac commit 80c1f6f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pipelines/build/ob-prepare.steps.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ steps:
5252
echo $(Build.QueuedBy)
5353
echo $(Build.Reason) # manual, PR, IndividualCI
5454
echo $(Build.SourceBranch)
55-
echo $(RESOURCES_REPOSITORIES_AZURE-CONTAINER-NETWORKING_REF)
56-
echo $(RESOURCES_REPOSITORIES_ACN-DEVOPS_REF)
57-
echo $(RESOURCES_REPOSITORIES_SELF_REF)
55+
echo $(variables.REPO_REF)
56+
echo $(REPO_REF)
57+
echo $(variables.REPO_NAME)
58+
echo $(REPO_NAME)
59+
5860
name: "EnvironmentalVariables"
5961
displayName: "Set environmental variables"
6062
condition: always()

0 commit comments

Comments
 (0)