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

meta(conda): use correct variable for build number

parent 33e31d07
No related branches found
No related tags found
No related merge requests found
Pipeline #89693 passed with stages
in 8 minutes and 34 seconds
......@@ -11,7 +11,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