Unverified Commit c886825e by Michael Youngstrom Committed by GitHub

Merge pull request #4302 from edx/youngstrom/android_packer_fix

Add newrelic key to android packer vars
parents b3de2f36 84cc4d5c
......@@ -2,6 +2,7 @@
"variables": {
"aws_access_key": "{{env `AWS_ACCESS_KEY_ID`}}",
"aws_secret_key": "{{env `AWS_SECRET_ACCESS_KEY`}}",
"new_relic_key": "{{env `NEW_RELIC_KEY`}}",
"playbook_remote_dir": "/tmp/packer-edx-playbooks",
"venv_dir": "/edx/app/edx_ansible/venvs/edx_ansible",
"ami": "{{env `JENKINS_WORKER_AMI`}}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment