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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Merge requests
!83
Add a bdt locacl build command
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add a bdt locacl build command
local-build
into
master
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
Add a bdt locacl build command
Amir MOHAMMADI
requested to merge
local-build
into
master
Aug 6, 2019
Overview
0
Commits
1
Pipelines
1
Changes
4
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d4c7072e
1 commit,
Aug 6, 2019
4 files
+
120
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
bob/devtools/scripts/build.py
+
2
−
2
View file @ d4c7072e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -86,8 +86,8 @@ def build(recipe_dir, python, condarc, config, no_test, append_file,
# if we are in a dry-run mode, let's let it be known
if
dry_run
:
logger
.
warn
(
'
!!!! DRY RUN MODE !!!!
'
)
logger
.
warn
(
'
Nothing will be really built
'
)
logger
.
warn
(
'
!!!! DRY RUN MODE !!!!
'
)
logger
.
warn
(
'
Nothing will be really built
'
)
recipe_dir
=
recipe_dir
or
[
os
.
path
.
join
(
os
.
path
.
realpath
(
'
.
'
),
'
conda
'
)]
Loading