Read GPG_KEY_ID and GPG_KEY_NAME in gitian.yml

This commit is contained in:
Charlie O'Keefe 2019-03-21 16:05:28 -06:00
parent 94e6b0a5da
commit 387686f41c
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
vars:
zcash_git_repo_url: "{{ lookup('env','ZCASH_GIT_REPO_URL') }}"
zcash_version: "{{ lookup('env','ZCASH_VERSION') }}"
gpg_key_name: ''
gpg_key_name: "{{ lookup('env','GPG_KEY_NAME') }}"
git_name: "{{ lookup('env','GIT_NAME') }}"
git_email: "{{ lookup('env','GIT_EMAIL') }}"
gpg_key_id: ''
gpg_key_id: "{{ lookup('env','GPG_KEY_ID') }}"
roles:
- role: common
tags: common