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
Commits
e886ebb1
Commit
e886ebb1
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[build] Fix typo in function
parent
e7ac23c9
No related branches found
No related tags found
1 merge request
!11
Independent builds and python support
Pipeline
#26794
failed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/build.py
+2
-2
2 additions, 2 deletions
bob/devtools/build.py
with
2 additions
and
2 deletions
bob/devtools/build.py
+
2
−
2
View file @
e886ebb1
...
@@ -473,14 +473,14 @@ def base_build(server, intranet, recipe_dir, config):
...
@@ -473,14 +473,14 @@ def base_build(server, intranet, recipe_dir, config):
if
recipe
is
None
:
if
recipe
is
None
:
logger
.
warn
(
'
Skipping build for %s - rendering returned None
'
,
recipe_dir
)
logger
.
warn
(
'
Skipping build for %s - rendering returned None
'
,
recipe_dir
)
continue
return
if
exists_on_channel
(
public_channel
,
recipe
[
'
package
'
][
'
name
'
],
if
exists_on_channel
(
public_channel
,
recipe
[
'
package
'
][
'
name
'
],
recipe
[
'
package
'
][
'
version
'
],
recipe
[
'
build
'
][
'
number
'
]):
recipe
[
'
package
'
][
'
version
'
],
recipe
[
'
build
'
][
'
number
'
]):
logger
.
warn
(
'
Skipping build for %s-%s_%s - exists on channel already
'
,
logger
.
warn
(
'
Skipping build for %s-%s_%s - exists on channel already
'
,
recipe
[
'
package
'
][
'
name
'
],
recipe
[
'
package
'
][
'
version
'
],
recipe
[
'
package
'
][
'
name
'
],
recipe
[
'
package
'
][
'
version
'
],
recipe
[
'
build
'
][
'
number
'
])
recipe
[
'
build
'
][
'
number
'
])
continue
return
# if you get to this point, just builds the package
# if you get to this point, just builds the package
arch
=
conda_arch
()
arch
=
conda_arch
()
...
...
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