diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-10-24 13:48:17 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-24 13:48:17 -0400 | 
| commit | 5a88a3bcc77c028eb40e1fff5aecce85d4c3e2da (patch) | |
| tree | 0d3d5396adacc050ccef69b6e8b2d0350268e1ef /asdf | |
| parent | 8f594361599779dc00975a6e8bf56e3492761992 (diff) | |
| download | astroconda-contrib-5a88a3bcc77c028eb40e1fff5aecce85d4c3e2da.tar.gz | |
Accommodate tag prefix
Diffstat (limited to 'asdf')
| -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 f0765c5..a2eaf3c 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,6 @@  {% set name = 'asdf' %}  {% set version = '1.3.0' %} +{% set tag = 'v' + version %}  {% set number = '1' %}  about: @@ -37,7 +38,7 @@ requirements:      - python x.x  source: -    git_tag: {{ version }} +    git_tag: {{ tag }}      git_url: https://github.com/spacetelescope/{{ name }}.git  test: | 
