Skip to content

Commit 616a26a

Browse files
Brett LoganBrett Logan
authored andcommitted
Fix Azure Pipelines
Signed-off-by: Brett Logan <Brett.T.Logan@ibm.com>
1 parent a5b860e commit 616a26a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ci/azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ trigger:
2121
#
2222
variables:
2323
- group: Chaincode_Node_Vars
24-
component: fabric-chaincode-node
25-
pipeline: ci
24+
- name: component
25+
value: fabric-chaincode-node
26+
- name: pipeline
27+
value: ci
2628

2729
# Build on Ubutu
2830
pool:

0 commit comments

Comments
 (0)