Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.io.base
Commits
f6f32bd0
Verified
Commit
f6f32bd0
authored
9 months ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta(conda): use correct variable for build number
parent
91d649ed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#89690
passed
8 months ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
1
Pipelines
25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/meta.yaml
+1
-1
1 addition, 1 deletion
conda/meta.yaml
with
1 addition
and
1 deletion
conda/meta.yaml
+
1
−
1
View file @
f6f32bd0
...
@@ -10,7 +10,7 @@ source:
...
@@ -10,7 +10,7 @@ source:
build
:
build
:
noarch
:
python
noarch
:
python
number
:
{{
environ.get('
BOB
_BUILD_NUMBER'
,
0)
}}
number
:
{{
environ.get('
NEXT
_BUILD_NUMBER'
,
0)
}}
run_exports
:
run_exports
:
-
{{
pin_subpackage(data
[
'
project'
][
'
name'
]
)
}}
-
{{
pin_subpackage(data
[
'
project'
][
'
name'
]
)
}}
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment