Skip to content

Commit

Permalink
Add git hash to distributed-impl version (#5865)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Feb 25, 2022
1 parent c9277e1 commit a0f2af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/recipes/distributed/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ outputs:
version: {{ version }}
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: {{ build_ext }}
string: {{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}_{{ build_ext }}
noarch: generic
test:
commands:
Expand Down

0 comments on commit a0f2af6

Please sign in to comment.