Nick Dawson
Results
2
comments of
Nick Dawson
@ghaskins @christo4ferris It is possible to do this in the current version of hyperledger fabric by adjusting the git config settings on all of the VPs. **Step 1:** Create a...
For anyone who uses **Gitlab** instead of Github, you need to use a CI runner token, the command looks like this: ``` GITLAB_CI_TOKEN="tokenFromStep1" git config --global url."https://gitlab-ci-token:${GITLAB_CI_TOKEN}@gitlab.com/".insteadOf "https://gitlab.com/" ```