Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
e2e9409d
Commit
e2e9409d
authored
Aug 22, 2019
by
André Anjos
💬
Browse files
[ci] Fix undefined variable
parent
1c8902e0
Pipeline
#32646
passed with stages
in 45 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/ci.py
View file @
e2e9409d
...
...
@@ -16,9 +16,9 @@ logger = get_logger(__name__)
def
is_master
(
refname
,
tag
,
repodir
):
"""Tells if we're on the master branch via ref_name or tag.
This function checks if the name of the branch being built is "master". If
a
tag is set, then it checks if the tag is on the master branch. If so,
then
also returns ``True``, otherwise, ``False``.
This function checks if the name of the branch being built is "master". If
a
tag is set, then it checks if the tag is on the master branch. If so,
then
also returns ``True``, otherwise, ``False``.
Args:
...
...
@@ -259,6 +259,8 @@ def cleanup(dry_run, username, password, includes):
'noarch'
,
]
path
=
server_info
[
"conda"
]
for
arch
in
archs
:
arch_path
=
'/'
.
join
((
path
,
arch
))
...
...
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