Skip to content
Snippets Groups Projects
Verified Commit a4d9de63 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(conda): use correct variable for build number

parent a8fe6d73
No related branches found
No related tags found
No related merge requests found
Pipeline #89699 passed with stages
in 10 minutes and 22 seconds
......@@ -10,7 +10,7 @@ source:
build:
noarch: python
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
number: {{ environ.get('NEXT_BUILD_NUMBER', 0) }}
run_exports:
- {{ pin_subpackage(name) }}
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment