Skip to content

Commit

Permalink
Merge pull request #68 from pelson/configurable_appveyor_secure
Browse files Browse the repository at this point in the history
Handle the case where the config doesn't have an appveyor secure sect…
  • Loading branch information
pelson committed Mar 9, 2016
2 parents c81dbe6 + ecedafe commit e9cf132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/appveyor.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
# overridden in the matrix definition where appropriate.
CONDA_PY: "27"

{%- for name, hashed_secure in appveyor.secure | dictsort %}
{%- for name, hashed_secure in (appveyor.secure or {}) | dictsort %}
{{ name }}:
# The {{ name }} secure variable. This is defined canonically in conda-forge.yml.
secure: {{ hashed_secure }}
Expand Down

0 comments on commit e9cf132

Please sign in to comment.