diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-06-28 21:56:16 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-06-28 21:56:16 -0400 | 
| commit | 21f753794f8cb3ca034dd2d86e0dfc18d3db23c7 (patch) | |
| tree | 5c2a760698958a925b483d3542cf97764fc1a5e7 /asdf/meta.yaml | |
| parent | 15f481ebd4262517566b7725d1641fe5b5646167 (diff) | |
| download | astroconda-contrib-21f753794f8cb3ca034dd2d86e0dfc18d3db23c7.tar.gz | |
Fix lack of tag use in asdf
Diffstat (limited to 'asdf/meta.yaml')
| -rw-r--r-- | asdf/meta.yaml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 0a0bdf2..59d9b52 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,6 @@  {% set name = 'asdf' %}  {% set version = '1.0.3' %} +{% set tag = 'v'+version %}  {% set number = '0' %}  about: @@ -31,7 +32,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: {{ version }} +    git_tag: {{ tag }}      git_url: https://github.com/spacetelescope/{{ name }}.git  test:      commands: | 
