Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
docs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
docs
Commits
90bfb381
Commit
90bfb381
authored
Dec 17, 2018
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[conda] Use the right environment variables for the build [ci skip]
parent
e3bcea82
Pipeline
#25563
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
conda/meta.yaml
conda/meta.yaml
+2
-2
No files found.
conda/meta.yaml
View file @
90bfb381
...
...
@@ -3,10 +3,10 @@
package
:
name
:
{{
name
}}
version
:
{{
environ.get('B
EAT
_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
version
:
{{
environ.get('B
OB
_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
build
:
number
:
{{
environ.get('B
EAT
_BUILD_NUMBER'
,
0)
}}
number
:
{{
environ.get('B
OB
_BUILD_NUMBER'
,
0)
}}
requirements
:
run
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment