Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
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
Model registry
Operate
Environments
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.devtools
Merge requests
!28
Nightlies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Nightlies
nightlies
into
master
Overview
0
Commits
6
Pipelines
2
Changes
1
Merged
André Anjos
requested to merge
nightlies
into
master
6 years ago
Overview
0
Commits
6
Pipelines
2
Changes
1
Expand
Centralises nightly builds using
bdt
infrastructure.
0
0
Merge request reports
Viewing commit
e236707b
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e236707b
[build] Fix import
· e236707b
André Anjos
authored
6 years ago
bob/devtools/build.py
+
1
−
1
Options
@@ -141,7 +141,7 @@ def make_conda_config(config, python, append_file, condarc_options):
def
get_output_path
(
metadata
,
config
):
'''
Renders the recipe and returns the interpreted YAML file
'''
from
conda_build.api
import
get_output_file_path
from
conda_build.api
import
get_output_file_path
s
return
get_output_file_paths
(
metadata
,
config
=
config
)[
0
]
Loading