mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Add credentials
Signed-off-by: Ry Jones <ry@linux.com>
This commit is contained in:
parent
d652275ef0
commit
975c9773bd
1 changed files with 11 additions and 5 deletions
|
|
@ -8,11 +8,17 @@ trigger:
|
||||||
- release-2.2
|
- release-2.2
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FABRIC_VERSION: 2.4
|
- name: FABRIC_VERSION
|
||||||
GO_BIN: $(Build.Repository.LocalPath)/bin
|
value: 2.4
|
||||||
GO_VER: 1.16.7
|
- name: GO_BIN
|
||||||
NODE_VER: 16.x
|
value: $(Build.Repository.LocalPath)/bin
|
||||||
PATH: $(Build.Repository.LocalPath)/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
- name: GO_VER
|
||||||
|
value: 1.16.7
|
||||||
|
- name: NODE_VER
|
||||||
|
value: 16.x
|
||||||
|
- name: PATH
|
||||||
|
value: $(Build.Repository.LocalPath)/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
||||||
|
- group: credentials
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: REST_Sample
|
- job: REST_Sample
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue