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

meta(conda): use correct variable for build number

parent ce6a39a2
Branches
Tags
No related merge requests found
Pipeline #89345 failed
......@@ -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.
Please register or to comment