diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-07-26 16:31:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 16:31:19 -0400 |
commit | 7678859188892fc47fd7c45a459e09ba384f9b46 (patch) | |
tree | b38628d7849bf5bb7edd212673f48727dbb677a7 /imexam | |
parent | 1c71776612736bb4f6863ea31db6992fce6de23b (diff) | |
parent | 526cbe559d55c40d1a0638c3e2e6220e8b7098af (diff) | |
download | astroconda-dev-7678859188892fc47fd7c45a459e09ba384f9b46.tar.gz |
Merge pull request #44 from rendinam/git_hash
Add git commit hash to build string of recipes that use git.
Diffstat (limited to 'imexam')
-rw-r--r-- | imexam/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imexam/meta.yaml b/imexam/meta.yaml index 4a35a8a..410c205 100644 --- a/imexam/meta.yaml +++ b/imexam/meta.yaml @@ -11,6 +11,7 @@ about: build: number: {{ number }} + string: {{ GIT_DESCRIBE_HASH }}__{{ number }} package: name: {{ name }} |