Skip to content

Commit

Permalink
Merge pull request #67 from pelson/configurable_appveyor_secure
Browse files Browse the repository at this point in the history
Removed the appveyor secure dash.
  • Loading branch information
pelson committed Mar 9, 2016
2 parents 0b131fc + 626a35b commit c81dbe6
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 @@ -23,7 +23,7 @@ environment:
{%- for name, hashed_secure in appveyor.secure | dictsort %}
{{ name }}:
# The {{ name }} secure variable. This is defined canonically in conda-forge.yml.
- secure: {{ hashed_secure }}
secure: {{ hashed_secure }}
{%- endfor %}

matrix:{% for case in matrix | sort %}
Expand Down

0 comments on commit c81dbe6

Please sign in to comment.